-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add secp256r1 signature support #17
Comments
Note support for this is already in the go crypto library as Zaki mentioned: https://golang.org/src/crypto/elliptic/elliptic.go?s=11372:11389#L368 |
@sahith-narahari is this something you could work on? Let's discuss. |
We shall proceed by implementing pubkey interface for nist p-256. Future steps would be to figure a way to get address from pubkey. Useful linkshttps://golang.org/pkg/crypto/elliptic/#P256 |
@aaronc please add me to the key mgmt group so I can track this ticket in codetree. |
@sahith-narahari can you tag @aaronc as a reviewer in a WIP PR so we can take a look at this? |
Sure @clevinson , will raise a draft PR and tag |
cosmos#5878 @aaronc can you take a lot at this, I'm stuck at creating public from secp256r1. |
@sahith-narahari where do you need a random generator? |
Is this task still on? we are doing it in SDK |
Also known as NIST P-256. See cosmos#4789
The text was updated successfully, but these errors were encountered: