Haskell bindings for secp256k1 library
Go to file
2020-04-09 12:17:50 +01:00
src/Crypto BIP-340 (Schnorr) support (#26) 2020-04-09 12:17:50 +01:00
test BIP-340 (Schnorr) support (#26) 2020-04-09 12:17:50 +01:00
.gitignore New release 2019-12-26 16:07:30 +00:00
CHANGELOG.md Add missing NFData instances 2020-01-15 19:28:27 +00:00
package.yaml BIP-340 (Schnorr) support (#26) 2020-04-09 12:17:50 +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 Add NFData instances for everything 2020-01-15 18:56:27 +00:00
stack.yaml.lock Add NFData instances for everything 2020-01-15 18:56:27 +00: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.