Skip to content

Commit

Permalink
Release 0.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Dec 31, 2022
1 parent 6890c26 commit 2bd5e9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2bd5e9a

Please sign in to comment.