From ba58a282bd4b2dd8cab8779df7ac912f95bdfad7 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Sun, 21 Jan 2024 10:45:20 +0000 Subject: [PATCH] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 651e820..db52f6b 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ Audited & minimal JS implementation of elliptic curve cryptography. - 🏎 Ultra-fast, hand-optimized for caveats of JS engines - 🔍 Unique tests ensure correctness: property-based, cross-library and Wycheproof vectors, fuzzing - ➰ Short Weierstrass, Edwards, Montgomery curves -- ✍ïļ ECDSA, EdDSA, Schnorr, BLS signature schemes, ECDH key agreement +- ✍ïļ ECDSA, EdDSA, Schnorr, BLS signature schemes, ECDH key agreement, hashing to curves - 🔖 SUF-CMA, SBS (non-repudiation), ZIP215 (consensus friendliness) features for ed25519 -- #ïļâƒĢ hash-to-curve for encoding or hashing an arbitrary string to an elliptic curve point - 🧜‍♂ïļ Poseidon ZK-friendly hash +- ðŸŠķ 178KB for everything, 25KB for single-curve build ### This library belongs to _noble_ crypto