Skip to content

Commit

Permalink
Add secp256k1 compatibility layer URL to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Apr 26, 2023
1 parent 52e1f99 commit 3e2a7e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ removed. Check out curves as a drop-in replacement with common.js,
Schnorr signatures, DER encoding and support for different hash functions.

Take a look at: [Upgrading](#upgrading) section for v1 to v2 transition instructions,
[the online demo](https://paulmillr.com/noble/) and blog post
[the online demo](https://paulmillr.com/noble/),
[secp256k1-node compatibility layer](https://github.com/ethereum/js-ethereum-cryptography/blob/2.0.0/src/secp256k1-compat.ts)
and blog post
[Learning fast elliptic-curve cryptography in JS](https://paulmillr.com/posts/noble-secp256k1-fast-ecc/).

### This library belongs to _noble_ crypto
Expand Down

0 comments on commit 3e2a7e0

Please sign in to comment.