From 7f00fafd6db332311dae4c029786b4012175fb6e Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Mon, 2 Sep 2024 01:53:00 +0000 Subject: [PATCH] Adjust readme and build lockfile --- README.md | 4 ++-- build/package-lock.json | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d7be3dc..3afd811 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Audited & minimal JS implementation of elliptic curve cryptography. - ✍ī¸ 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 -- đŸĒļ 178KB (87KB gzipped) for everything including bundled hashes, 22KB (10KB gzipped) for single-curve build +- đŸĒļ 190KB (92KB gzipped) for everything including bundled hashes Take a glance at [GitHub Discussions](https://github.com/paulmillr/noble-curves/discussions) for questions and support. @@ -62,7 +62,7 @@ import { secp256k1 } from '@noble/curves/secp256k1'; // ESM and Common.js - [weierstrass: Short Weierstrass curve](#weierstrass-short-weierstrass-curve) - [edwards: Twisted Edwards curve](#edwards-twisted-edwards-curve) - [montgomery: Montgomery curve](#montgomery-montgomery-curve) - - [bls: Boneh-Lynn-Shacham signatures](#bls-boneh-lynn-shacham-signatures) + - [bls: Barreto-Lynn-Scott curves](#bls-barreto-lynn-scott-curves) - [hash-to-curve: Hashing strings to curve points](#hash-to-curve-hashing-strings-to-curve-points) - [poseidon: Poseidon hash](#poseidon-poseidon-hash) - [modular: Modular arithmetics utilities](#modular-modular-arithmetics-utilities) diff --git a/build/package-lock.json b/build/package-lock.json index d5acb2f..3ae6239 100644 --- a/build/package-lock.json +++ b/build/package-lock.json @@ -14,11 +14,11 @@ }, "..": { "name": "@noble/curves", - "version": "1.4.2", + "version": "1.5.0", "dev": true, "license": "MIT", "dependencies": { - "@noble/hashes": "1.4.0" + "@noble/hashes": "1.5.0" }, "devDependencies": { "@paulmillr/jsbt": "0.2.1", @@ -28,6 +28,9 @@ "prettier": "3.3.2", "typescript": "5.5.2" }, + "engines": { + "node": "^14.21.3 || >=16" + }, "funding": { "url": "https://paulmillr.com/funding/" }