-
Notifications
You must be signed in to change notification settings - Fork 115
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
Generate public key with standard curve 'secp256r1'(NIST Curve P-256 ) #34
Comments
I have not done that before. Do you want to do that whilst storing the private key on secure enclave? I don't think that is possible. You could create a key pair outside of the sdk and import the public key to the sdk. I can help you with importing. |
I saw |
Yes, it supports the same configuration for secp256r1 as Security framework from Apple provides of support. I don't think I can help you further than that. Maybe if you share some pseudo code? |
@Sajjon Thanks, My problem resolved |
How did you resolve? |
@hfossli I used https://github.com/ricmoo/GMEllipticCurveCrypto framework. |
How can I generate a public key with specific domain parameters (a, b, p, x, y, n, h) according to secp256r1
The text was updated successfully, but these errors were encountered: