GitHunt
CH

chris-martin/secp256k1-haskell

Haskell bindings for secp256k1 library

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 necessary to install the secp256k1 library in your system beforehand.

Languages

Haskell100.0%

Contributors

The Unlicense
Created November 15, 2017
Updated May 8, 2025
chris-martin/secp256k1-haskell | GitHunt