@hackage secp256k1-legacy0.5.6
fork of secp256k1
Categories
License
LicenseRef-PublicDomain
Maintainer
sam.halliday@symbiont.io
Links
Versions
Installation
CustomDependencies (8)
- base >=4.9.1.0 && <5
- bytestring
- entropy ^>=0.4.1.4
- mtl
- QuickCheck >=2.12 && <2.14
- base16-bytestring ^>=0.1.1.6 Show all…
Dependents (0)
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.