Haskell bindings for secp256k1 library
Go to file
Tomas Carnecky db2b2a1be7 Expose 'ecdh' function (#21)
This feature is behind a flag (-f ecdh) because it has to be explicitly
enabled when compiling libsecp256k1.
2019-09-19 17:39:08 +01:00
src/Crypto Expose 'ecdh' function (#21) 2019-09-19 17:39:08 +01:00
test Expose 'ecdh' function (#21) 2019-09-19 17:39:08 +01:00
.gitignore Change package name to avoid conflicts in Nix 2018-09-10 10:43:31 +01:00
CHANGELOG.md Constrain inputs to avoid clashes with QuickCheck 2018-10-25 12:42:15 +01:00
package.yaml Expose 'ecdh' function (#21) 2019-09-19 17:39:08 +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.