WebAssembly / wasi-crypto

WASI Cryptography API Proposal
162 stars 25 forks source link

feat: support ECDSA_P384_SHA384 #64

Closed rjzak closed 2 years ago

rjzak commented 2 years ago

Added P384, tested with https://github.com/rjzak/wasi-crypto-example.

Follow-up from:

@npmccallum @jedisct1

Signed-off-by: Richard Zak richard@profian.com

jedisct1 commented 2 years ago

Looks good! Thank you so much for contributing this!