Haskell bindings for secp256k1 library
Go to file
Jean-Pierre Rupp 0f862c2198
Remove non-standard support
I removed support for all non-standard features:

- ECDH
- Schnorr Signatures
- Signature Recovery

These features are rarely compiled in shared libraries avaliable
from distribution repositories. Also, they are not needed for any
Haskoin project, so there is little incentive for me to continue
maintaining them, especially when I have no good way to test this
code.

Please make your own fork of this library if you wish to add these
back.
2020-06-13 21:31:21 +01:00
src/Crypto Remove non-standard support 2020-06-13 21:31:21 +01:00
test Remove non-standard support 2020-06-13 21:31:21 +01:00
.gitignore Add cabal file and bump LTS Haskell 2020-05-14 09:10:05 +01:00
.travis.yml Remove non-standard support 2020-06-13 21:31:21 +01:00
CHANGELOG.md Remove non-standard support 2020-06-13 21:31:21 +01:00
LICENSE Fix license file formatting 2020-06-12 12:59:40 +01:00
package.yaml Remove non-standard support 2020-06-13 21:31:21 +01:00
README.md Remove verbosity 2020-06-12 13:04:23 +01:00
secp256k1-haskell.cabal Remove non-standard support 2020-06-13 21:31:21 +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

Haskell bindings for secp256k1

This project contains Haskell bindings for the secp256k1 library.