secp256k1-haskell: Bindings for secp256k1

[ crypto, library, mit ] [ Propose Tags ]

Sign and verify signatures using the secp256k1 library.


[Skip to Readme]

Modules

[Last Documentation]

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

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, deepseq, entropy, hashable, QuickCheck, string-conversions [details]
License MIT
Copyright (c) 2017 Jean-Pierre Rupp
Author Jean-Pierre Rupp
Maintainer jprupp@protonmail.ch
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 jprupp at 2020-06-13T21:26:43Z
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 not available [build log]
All reported builds failed as of 2020-06-13 [all 3 reports]

Readme for secp256k1-haskell-0.3.0

[back to package description]

Build Status

Haskell bindings for secp256k1

This project contains Haskell bindings for the secp256k1 library.