commit 283d2ff42c673f00e37d3c2f50b50303e823cd78 parent 103e285c3dbb62c79067f4f9c4c504e6b2dc855e Author: Jared Tobin <jared@jtobin.io> Date: Fri, 1 Mar 2024 10:26:09 +0400 meta: add attribution to readme Diffstat:
M | README.md | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -48,6 +48,14 @@ which strict constant-timeness can be challenging to achieve. If you discover any vulnerabilities, please disclose them via security@ppad.tech. +## Attribution + +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). + [nixos]: https://nixos.org/ [flake]: https://nixos.org/manual/nix/unstable/command-ref/new-cli/nix3-flake.html [hadoc]: https://docs.ppad.tech/csecp256k1 +[hsecp]: https://github.com/haskoin/secp256k1-haskell +[rsecp]: https://github.com/rust-bitcoin/rust-secp256k1