From 980d05e542bc701750eb34fc0cad9bc4bd2c33ba Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 11 Oct 2024 11:15:34 +0000 Subject: [PATCH] readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f797d9..7f17d5e 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,8 @@ Audited & minimal JS implementation of elliptic curve cryptography. - 🏎 Fast: hand-optimized for caveats of JS engines - 🔍 Reliable: property-based / cross-library / wycheproof tests and fuzzing ensure correctness - ➰ Short Weierstrass, Edwards, Montgomery curves -- ✍ïļ ECDSA, EdDSA, Schnorr, BLS signature schemes, ECDH key agreement, hashing to curves -- 🔖 SUF-CMA, SBS (non-repudiation), ZIP215 (consensus friendliness) features for ed25519 -- 🧜‍♂ïļ Poseidon ZK-friendly hash +- ✍ïļ ECDSA, EdDSA, Schnorr, BLS, ECDH, hashing to curves, Poseidon ZK-friendly hash +- 🔖 SUF-CMA, SBS (non-repudiation), ZIP215 (consensus friendliness) features for ed25519 & ed448 - ðŸŠķ 190KB (92KB gzipped) for everything with hashes, 22KB (10KB gzipped) for single-curve build Take a glance at [GitHub Discussions](https://github.com/paulmillr/noble-curves/discussions) for questions and support.