-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Ed25519 polyfill now accepts the full range of algorithm identifiers for the Ed25519
curve
#59
Conversation
🦋 Changeset detectedLatest commit: 5405f81 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
BundleMonFiles updated (3)
Unchanged files (124)
Total files change +265B +0.08% Final result: ✅ View report in BundleMon website ➡️ |
42cb142
to
5405f81
Compare
packages/webcrypto-ed25519-polyfill/src/__tests__/install-test.ts
Outdated
Show resolved
Hide resolved
…ers for the `Ed25519` curve
5405f81
to
a6be9fc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense. 👌
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |
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.