paulmillr / noble-curves

Audited & minimal JS implementation of elliptic curve cryptography.
https://paulmillr.com/noble
MIT License
623 stars 56 forks source link

ECDH #67

Closed parviz-mv closed 11 months ago

parviz-mv commented 11 months ago

Hi mr. @paulmillr ! I have question about ECDH. I'm working on implementation of ECDH-ES+A256KW key wrapping algorithm, and found your library. Tell me please, for ECDH, can I use your library (p256,p384,p521 and X25519), is it suitable for me?

paulmillr commented 11 months ago

yes

parviz-mv commented 11 months ago

@paulmillr thanks!