This commit is contained in:
Paul Miller 2022-12-09 20:18:26 +00:00
parent 5983975ada
commit c660712fee
No known key found for this signature in database
GPG Key ID: 697079DA6878B89B

@ -2,7 +2,7 @@
Minimal, zero-dependency JS implementation of elliptic curve cryptography.
Implements Short Weierstrass curves with ECDSA signature scheme.
Implements Short Weierstrass curve with ECDSA signatures & Twisted Edwards curve with EdDSA signatures.
To keep the package minimal, no curve definitions are provided out-of-box. Use `micro-curve-definitions` module: