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 (605B)


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