From ca7f202839f7b17496637417e4deb32f99227f48 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Wed, 26 Apr 2023 22:16:29 +0000 Subject: [PATCH] Add secp256k1 compatibility layer URL to readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96ce21e..4a2184c 100644 --- a/README.md +++ b/README.md @@ -895,7 +895,7 @@ Upgrading from [@noble/bls12-381](https://github.com/paulmillr/noble-bls12-381): ## Resources -Useful articles about the library or its primitives: +Useful documentation and articles about the library or its primitives: - [Learning fast elliptic-curve cryptography](https://paulmillr.com/posts/noble-secp256k1-fast-ecc/) - Pairings and BLS @@ -908,6 +908,10 @@ Useful articles about the library or its primitives: [part 3](https://research.nccgroup.com/2020/08/13/pairing-over-bls12-381-part-3-pairing/) - [Estimating the bit security of pairing-friendly curves](https://research.nccgroup.com/2022/02/03/estimating-the-bit-security-of-pairing-friendly-curves/) +There exists +[secp256k1 compatibility layer](https://github.com/ethereum/js-ethereum-cryptography/blob/2.0.0/src/secp256k1-compat.ts) +for users who want to switch from secp256k1-node. + Real-world software that uses curves: - [Elliptic Curve Calculator](https://paulmillr.com/noble) online demo: add / multiply points, sign messages