Skip to content

Commit

Permalink
Release 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Mar 24, 2024
1 parent e8a97f8 commit 90058fe
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noble/ed25519",
"version": "2.0.0",
"version": "2.1.0",
"description": "Fastest 4KB JS implementation of ed25519 EDDSA signatures compliant with RFC8032, FIPS 186-5 & ZIP215",
"files": [
"index.js",
Expand All @@ -26,7 +26,7 @@
"homepage": "https://paulmillr.com/noble/",
"repository": {
"type": "git",
"url": "https://github.com/paulmillr/noble-ed25519.git"
"url": "git+https://github.com/paulmillr/noble-ed25519.git"
},
"license": "MIT",
"devDependencies": {
Expand All @@ -40,16 +40,14 @@
"keywords": [
"ed25519",
"rfc8032",
"fips186",
"signature",
"eddsa",
"noble",
"cryptography",
"elliptic curve",
"ecc",
"curve",
"rfc7748",
"zip215",
"ristretto255",
"x25519",
"curve25519"
],
Expand Down

0 comments on commit 90058fe

Please sign in to comment.