commit 2a8386e7d54bcdb1a53f28d893b8b0dac1a8fd16
parent 656b73904d7fcf86bb7394cce98b4ff85480b5be
Author: Jared Tobin <jared@jtobin.io>
Date: Sat, 21 Jun 2025 17:08:43 +0400
meta: pure note
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -10,6 +10,8 @@ This library exposes a minimal subset of the underlying library, mainly
supporting ECDSA/Schnorr signatures and ECDH secret computation, as well
as utilities for public key manipulation.
+For a pure Haskell secp256k1 implementation, see [ppad-secp256k1][ppads].
+
## Documentation
API documentation and examples are hosted at
@@ -108,6 +110,7 @@ This implementation has benefited greatly and uses modified versions of
code from both [secp256k1-haskell][hsecp] (test cases, FFI/bytestring
manipulation) and [rust-secp256k1][rsecp] (dependency vendoring).
+[ppads]: https://github.com/ppad-tech/secp256k1
[nixos]: https://nixos.org/
[flake]: https://nixos.org/manual/nix/unstable/command-ref/new-cli/nix3-flake.html
[hadoc]: https://docs.ppad.tech/csecp256k1