From c660712fee237783a204e9abce95dd291c6ba5a6 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 9 Dec 2022 20:18:26 +0000 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb89175..2a36cd2 100644 --- a/README.md +++ b/README.md @@ -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: