Haskell bindings for secp256k1 library
Go to file
Alexander Krupenkin c7b4919322 Optimized imports (#14)
Avoid problems with imports from QuickCheck.
2018-10-25 12:39:21 +01:00
src/Crypto Optimized imports (#14) 2018-10-25 12:39:21 +01:00
test Remove lax signatures and dynamically link 2018-08-31 21:06:24 +01:00
.gitignore Change package name to avoid conflicts in Nix 2018-09-10 10:43:31 +01:00
CHANGELOG.md New Hashable instances 2018-10-13 20:09:35 +01:00
package.yaml New Hashable instances 2018-10-13 20:09:35 +01:00
README.md Correct README 2018-08-31 22:27:48 +01:00
Setup.hs Remove lax signatures and dynamically link 2018-08-31 21:06:24 +01:00
stack.yaml Prepare version 0.1.1 2018-09-10 10:56:12 +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.