From 0ffa38db6b37a3ee35a550ea3b4581f7bc959392 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 24 Mar 2023 10:12:02 +0000 Subject: [PATCH] Release 0.9.0. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d11604a..f7c73ed 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@noble/curves", "version": "0.9.0", - "description": "Minimal, auditable JS implementation of elliptic curve cryptography", + "description": "Audited & minimal JS implementation of elliptic curve cryptography", "files": [ "abstract", "esm", @@ -171,7 +171,7 @@ "bn254", "pasta", "bls", - "nist", + "noble", "ecc", "ecdsa", "eddsa",