From 2bd5e9ac16e3f63dbee5a6b0055ff77c4d8618f0 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Sat, 31 Dec 2022 09:31:10 +0000 Subject: [PATCH] Release 0.5.1. --- benchmark/package.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/benchmark/package.json b/benchmark/package.json index fa6e2d3..ecc0127 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -12,13 +12,15 @@ "author": "", "license": "MIT", "devDependencies": { - "micro-bmark": "0.2.0" + "micro-bmark": "0.2.1" }, "dependencies": { "@noble/bls12-381": "^1.4.0", "@noble/ed25519": "^1.7.1", "@noble/hashes": "^1.1.5", "@noble/secp256k1": "^1.7.0", - "@starkware-industries/starkware-crypto-utils": "^0.0.2" + "@starkware-industries/starkware-crypto-utils": "^0.0.2", + "calculate-correlation": "^1.2.3", + "elliptic": "^6.5.4" } } diff --git a/package.json b/package.json index c139953..3d34be4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@noble/curves", - "version": "0.5.0", + "version": "0.5.1", "description": "Minimal, auditable JS implementation of elliptic curve cryptography", "files": [ "lib"