Haskell bindings for secp256k1 library
Go to file
Jean-Pierre Rupp b832ed935a
Fix autogen
2020-06-12 12:36:34 +01:00
src/Crypto Fix tests and improve errors 2020-06-07 18:02:19 +01:00
test Fix tests and improve errors 2020-06-07 18:02:19 +01:00
.gitignore Add cabal file and bump LTS Haskell 2020-05-14 09:10:05 +01:00
CHANGELOG.md Update Cabal and package version 2020-06-12 12:31:36 +01:00
package.yaml Fix autogen 2020-06-12 12:36:34 +01:00
README.md Correct README 2018-08-31 22:27:48 +01:00
secp256k1-haskell.cabal Fix autogen 2020-06-12 12:36:34 +01:00
Setup.hs Remove lax signatures and dynamically link 2018-08-31 21:06:24 +01:00
stack.yaml Update Cabal and package version 2020-06-12 12:31:36 +01:00
stack.yaml.lock Update Cabal and package version 2020-06-12 12:31:36 +01:00
UNLICENSE Updated some metadata 2016-02-05 11:29:11 +00:00

Haskell bindings for secp256k1

This project contains Haskell bindings for the secp256k1 library from the Bitcoin Core project.