All Versions
18
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.4.0 Changes
🔄 Changed
- ✂ Remove fragile ForeignPtr implementation in favor of just storing ByteStrings.
- Reuse memory instead of copying when possible.
-
v0.3.1 Changes
🛠 Fixed
- 👉 Use unsafe calls in FFI.
-
v0.3.0 Changes
🛠 Fixed
- Compiles with all flags now.
➕ Added
- Script to compile with all flags.
✂ Removed
- ✂ Remove ECDH support.
- ✂ Remove Schnorr support.
- ✂ Remove Recovery support.
-
v0.2.5 Changes
🔄 Changed
- Reuse context aggressively.
- Generate context in a single thread.
🛠 Fixed
- Memory deallocation bug.
-
v0.2.4 Changes
🔄 Changed
- ⚡️ Update Cabal and package version.
-
v0.2.3 Changes
🔄 Changed
- Return meaningful error upon encountering weird ret status from upstream code.
➕ Added
- ✅ Test parallel signature creation and verification.
-
v0.2.2 Changes
✂ Removed
- Hide tweak negation behind a flag for compatibilidy with Debian 9.
🛠 Fixed
- Correct code that was not compiling with some flags enabled.
-
v0.2.1 Changes
🔄 Changed
- ✅ Do not depend on hardcoded DER signatures in tests.
-
v0.2.0 Changes
➕ Added
- 👌 Support for ECDH APIs.
- 👌 Support for Schnorr APIs.
✂ Removed
- Enabling key recovery APIs need a flag.
-
v0.1.8 Changes
➕ Added
- ➕ Add missing
NFData
instances for some types.
- ➕ Add missing