Deprecated

In favour of

secp256k1

Bindings for secp256k1 library from Bitcoin Core

http://github.com/haskoin/secp256k1-haskell#readme

Version on this page:0.4.6
LTS Haskell 7.24:0.4.8
Stackage Nightly 2016-09-14:0.4.6
Latest on Hackage:1.1.2

See all snapshots secp256k1 appears in

LicenseRef-PublicDomain licensed and maintained by Jean-Pierre Rupp
This version can be pinned in stack with:secp256k1-0.4.6@sha256:da041f3aadc752134d846576b54260b0a86136e76eee8c2cc9d895e8c064dfb8,7162

Module documentation for 0.4.6

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.