secp256k1: Bindings for secp256k1 library from Bitcoin Core

[ crypto, deprecated, library, public-domain ] [ Propose Tags ]
Deprecated in favor of secp256k1-haskell

Please see README.md


[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.1.9, 0.1.10, 0.1.11, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.4.7, 0.4.8, 0.5.1, 0.5.2, 0.5.3, 1.0.0, 1.1.0, 1.1.1, 1.1.2
Dependencies base (>=4.8 && <5), base16-bytestring, bytestring, cereal, entropy, mtl, 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
Source repo head: git clone https://github.com/haskoin/secp256k1-haskell.git
Uploaded by xenog at 2017-10-02T13:23:25Z
Distributions
Reverse Dependencies 2 direct, 14 indirect [details]
Downloads 19386 total (70 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-10-02 [all 1 reports]

Readme for secp256k1-0.5.2

[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.