Open g5b7w3 opened 1 year ago
I found out that the nid for x25519 is not present in nid.rs but it's present in the openssl repo (https://github.com/openssl/openssl/blob/master/include/openssl/obj_mac.h, line 5374 to 5376) like any other curve supported
Is there a specific reason for it?
edit : it's line 5366 to 5368
Nope, no particular reason. Happy to take a PR adding it!
I found out that the nid for x25519 is not present in nid.rs but it's present in the openssl repo (https://github.com/openssl/openssl/blob/master/include/openssl/obj_mac.h, line 5374 to 5376) like any other curve supported
Is there a specific reason for it?