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


      1 # changelog
      2 
      3 - 0.1.0 (2024-03-12)
      4   Initial release, binding to bitcoin-core/secp256k1 v0.4.1.
      5 
      6   Included functionality:
      7 
      8   * ECDSA and Schnorr signatures and verification
      9   * DER and compact-encoded signature support
     10   * ECDSA and x-only public keys
     11   * public and secret key 'tweaking'
     12   * ECDH secret computation
     13 
     14   Generated haddocks can be found at:
     15 
     16   https://docs.ppad.tech/csecp256k1