Replies: 1 comment 5 replies
-
Example: https://github.com/paulmillr/noble-curves#weierstrass-short-weierstrass-curve Just specifying the parameters should work. You are doing something wrong. No plans on adding brainpool, unless there would be enough of user requests. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What files do I need to change to add a new curve to the library? I have to use the brainpool P256R1 curve (and P384, P512) to verify digital signatures. The curve parameters can be found here: https://www.rfc-editor.org/rfc/rfc5639
I copied the files of nistsecP256R1 (p256.), renamed it to brainpool256r1. and changed the curve parameters. It compiles, it runs, but the verification fails. What elese needs to be changed to get it wotk?
Alternatively, is there any chance, that the brainpool curves will be added officially to the library any time soon?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions