WebAssembly / wasi-crypto

WASI Cryptography API Proposal
162 stars 25 forks source link

Include p384 in the set of required curves for signatures and ECDH #62

Closed jedisct1 closed 2 years ago

jedisct1 commented 2 years ago

Add p384 to the set of curves an implementation must support.

p384 is a current NIST recommendation.

Crypto libraries used by implementations already have to support p256; the same libraries are very likely to support p384 as well. So, implementing this should be trivial.

/cc @rjzak @sonder-joker