All Versions
18
Latest Version
Avg Release Cycle
-
Latest Release
-

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.