Skip to content

Commit

Permalink
Release 1.2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Sep 29, 2021
1 parent 069f886 commit 3d84224
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Check out [the online demo](https://paulmillr.com/ecc).
- Check out all libraries:
[secp256k1](https://github.com/paulmillr/noble-secp256k1),
[ed25519](https://github.com/paulmillr/noble-ed25519),
[bls12-381](https://github.com/paulmillr/noble-bls12-381)
[bls12-381](https://github.com/paulmillr/noble-bls12-381),
[hashes](https://github.com/paulmillr/noble-hashes)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "noble-ed25519",
"version": "1.2.5",
"version": "1.2.6",
"description": "Fastest JS implementation of ed25519 & ristretto255. Auditable, high-security, 0-dependency pubkey, scalarmult & EDDSA",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 3d84224

Please sign in to comment.