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]

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, 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 2018-09-10T19:28:12Z
Distributions LTSHaskell:1.1.0, NixOS:1.1.0, Stackage:1.2.0
Reverse Dependencies 7 direct, 19 indirect [details]
Downloads 10181 total (110 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2018-09-10 [all 3 reports]

Readme for secp256k1-haskell-0.1.2

[back to package description]

Haskell bindings for secp256k1

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