csecp256k1

Haskell FFI bindings to bitcoin-core/secp256k1.
git clone git://git.ppad.tech/csecp256k1.git
Log | Files | Refs | README | LICENSE

commit bc86a59650c4f7985da02dbc8b2d1cd7ceb51b9d
parent 46077955d71c465edca74c713138d9cbac65c973
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri,  4 Oct 2024 18:10:24 +0400

meta: readme header

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,4 +1,4 @@ -# csecp256k1 +# ppad-csecp256k1 Bindings to bitcoin-core/secp256k1, which provides digital signatures and other cryptographic primitives on the secp256k1 elliptic curve.