secp256k1-legacy: fork of secp256k1

[ crypto, library ] [ Propose Tags ]

Keep the 0.5.x branch of secp256k1 on life support for those of us who can't upgrade to secp256k1-haskell.


[Skip to Readme]

Modules

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

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.5.4, 0.5.5, 0.5.6
Dependencies base (>=4.9.1.0 && <5), base16-bytestring (>=0.1.1.6 && <0.2), bytestring, cereal (>=0.5.8.1 && <0.6), entropy (>=0.4.1.4 && <0.5), mtl, QuickCheck (>=2.12.6.1 && <2.13), string-conversions (>=0.4.0.1 && <0.5) [details]
License LicenseRef-PublicDomain
Copyright (c) 2017 Jean-Pierre Rupp
Author Jean-Pierre Rupp
Maintainer sam.halliday@symbiont.io
Category Crypto
Home page https://github.com/symbiont-sam-halliday/secp256k1-haskell
Source repo head: git clone https://github.com/symbiont-sam-halliday/secp256k1-haskell.git
Uploaded by fommil at 2019-09-18T09:16:44Z
Distributions
Downloads 1420 total (10 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-18 [all 3 reports]

Readme for secp256k1-legacy-0.5.5

[back to package description]

Haskell bindings for secp256k1

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

Installing

Although it is more common that you’ll want to just use this library as part of a project, here are the stand-alone installation instructions:

git clone --recursive https://github.com/haskoin/secp256k1-haskell.git
cd secp256k1
stack install

This library contains a submodule that points to the latest supported version of secp256k1.

It is not necessary to install the secp256k1 library in your system beforehand. This package will automatically compile and link the C code from upstream. It will not attempt to link against the secp256k1 library in your system if you already have it.