Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Ed25519 polyfill now accepts the full range of algorithm identifi…
…ers for the `Ed25519` curve (#59) #### Problem The string `Ed25519` is not the only valid algorithm identifier for the Edwards curve. We need to support all of the other forms it could take. #### Summary of Changes Support both the string and the object form of the Ed25519 algorithm identifier, case insensitive.
- Loading branch information