From cb61e4f2929068be3070e80e053f278c4fff523c Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Tue, 21 Mar 2023 06:25:01 +0000 Subject: [PATCH] readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c41b9b..3dd7696 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # noble-curves -[Audited](#security) & minimal JS implementation of elliptic curve cryptography. +Audited & minimal JS implementation of elliptic curve cryptography. - **noble** family, zero dependencies - Short Weierstrass, Edwards, Montgomery curves - ECDSA, EdDSA, Schnorr, BLS signature schemes, ECDH key agreement +- 🔒 [**Audited**](#security) by an independent security firm - #️⃣ [hash to curve](#abstracthash-to-curve-hashing-strings-to-curve-points) for encoding or hashing an arbitrary string to an elliptic curve point - 🧜‍♂️ [Poseidon](https://www.poseidon-hash.info) ZK-friendly hash