csecp256k1

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

commit 2d5337e12b6eb00c2c0c400f306383cb4a02d215
parent bde37e862b3e59e5000e9e7d677807ba29f000ed
Author: Jared Tobin <jared@jtobin.io>
Date:   Tue, 12 Mar 2024 18:21:52 +0400

meta: add changelog

Diffstat:
ACHANGELOG | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -0,0 +1,16 @@ +# changelog + +- 0.1.0 (2024-03-12) + Initial release, binding to bitcoin-core/secp256k1 v0.4.1. + + Included functionality: + + * ECDSA and Schnorr signatures and verification + * DER and compact-encoded signature support + * ECDSA and x-only public keys + * public and secret key 'tweaking' + * ECDH secret computation + + Generated haddocks can be found at: + + https://docs.ppad.tech/csecp256k1