csecp256k1

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

CHANGELOG (654B)


      1 # changelog
      2 
      3 - 0.2.1 (2025-12-28)
      4   * Tests with GHC 9.10.3.
      5 
      6 - 0.2.0 (2024-11-07)
      7   * w{r}context now returns IO () to make leaking context impossible.
      8   * Assorted api changes to more closely match ppad-secp256k1.
      9   * Pub and XOnlyPub data constructors are now exported.
     10 
     11 - 0.1.0 (2024-03-12)
     12   Initial release, binding to bitcoin-core/secp256k1 v0.4.1.
     13 
     14   Included functionality:
     15 
     16   * ECDSA and Schnorr signatures and verification
     17   * DER and compact-encoded signature support
     18   * ECDSA and x-only public keys
     19   * public and secret key 'tweaking'
     20   * ECDH secret computation
     21 
     22   Generated haddocks can be found at:
     23 
     24   https://docs.ppad.tech/csecp256k1