-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
I'd like to open a PR supporting ECDSA P-256 at least for verification as that is my current need (already using the library with an ed25519 and now having to add a key using this algorithm)
The only main decisions I see from my perspective in that regard:
- Which create should be used (leading candidates are
p256andecdsa)? - The
FailedToVerifyerror currently having an associateded25519_dalek::SignatureError, meaning I'd need to either introduce a separate error for verification failure for ECDSA or introduce breaking changes to that error
I didn't want to overstep and directly open a PR, so let's discuss :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels