All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Hide tweak negation behind a flag for compatibilidy with Debian 9.
- Correct code that was not compiling with some flags enabled.
- Do not depend on hardcoded DER signatures in tests.
- Support for ECDH APIs.
- Support for Schnorr APIs.
- Enabling key recovery APIs need a flag.
- Add missing
NFData
instances for some types.
- Add
NFData
instances for all types.
- Use
pkgconfig
for C library dependency.
- Flag for ECDH bindings.
- Constrain imports to avoid clashes with a QuickCheck function.
- Hashable instances for various types.
- Separate dependencies between library and tests.
- Remove
hspec
default to prevent problems with Nix.
- Dependency to
cryptohash
not needed.
- Update changelog to reflect name and version change.
- Update to LTS Haskell 12.9.
- Name of package change from
secp256k1
tosecp256k1-haskell
to avoid Nix conflicts.