secp256k1-haskell: Bindings for secp256k1 library from Bitcoin Core

[ crypto, library, mit ] [ Propose Tags ]

Sign and verify signatures using the very fast C secp256k1 library from Pieter Wuille. Has Haskell types and abstractions for keys and signatures.


[Skip to Readme]

Modules

[Last Documentation]

  • Crypto
    • Crypto.Secp256k1
      • Crypto.Secp256k1.Internal

Flags

Manual Flags

NameDescriptionDefault
ecdh

Enable (experimental) ECDH APIs

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.3.0, 0.3.1, 0.4.0, 0.5.0, 0.6.0, 0.6.1, 0.7.0, 1.0.0, 1.0.1, 1.1.0, 1.2.0
Change log CHANGELOG.md
Dependencies base (>=4.8 && <5), base16-bytestring, bytestring, cereal, entropy, hashable, QuickCheck, string-conversions [details]
License LicenseRef-PublicDomain
Copyright (c) 2017 Jean-Pierre Rupp
Author Jean-Pierre Rupp
Maintainer xenog@protonmail.com
Category Crypto
Home page http://github.com/haskoin/secp256k1-haskell#readme
Bug tracker https://github.com/haskoin/secp256k1-haskell.git/issues
Source repo head: git clone https://github.com/haskoin/secp256k1-haskell.git
Uploaded by xenog at 2019-09-19T21:09:22Z
Distributions LTSHaskell:1.1.0, NixOS:1.1.0, Stackage:1.2.0
Reverse Dependencies 7 direct, 19 indirect [details]
Downloads 10153 total (110 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2019-09-19 [all 3 reports]

Readme for secp256k1-haskell-0.1.5

[back to package description]

Haskell bindings for secp256k1

This project contains Haskell bindings for the secp256k1 library from the Bitcoin Core project.