Skip to content

symbiont-sam-halliday/secp256k1-haskell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Haskell bindings for secp256k1 library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 68.2%
  • C++ 10.2%
  • Haskell 7.2%
  • Java 3.6%
  • Python 3.6%
  • Assembly 3.4%
  • Other 3.8%