fixed

Pure Haskell large fixed-width integers and Montgomery arithmetic (docs.ppad.tech/fixed).
git clone git://git.ppad.tech/fixed.git
Log | Files | Refs | README | LICENSE

CHANGELOG (763B)


      1 # Changelog
      2 
      3 - 0.1.5 (2026-06-07)
      4   * Improves constant-time modular inverse performance on the Montgomery
      5     'Curve' module by about 2x, and on the 'Scalar' module by about 1.5x.
      6 
      7 - 0.1.4 (2026-05-22)
      8   * Adds variable-time comparison functions to Data.Word.Wider.
      9 
     10 - 0.1.3 (2025-12-28)
     11   * Makes some backward-incompatible API tweaks to Data.Choice:
     12 
     13     * 'from_word_mask# is now 'from_full_mask#'
     14     * 'from_word#' is now 'from_bit#'
     15 
     16 - 0.1.2 (2025-12-27)
     17   * Fixes an API mistake made in the v0.1.1 release.
     18 
     19 - 0.1.1 (2025-12-27)
     20   * Contains miscellaneous hardening and API refinements to v0.1.1.
     21 
     22 - 0.1.0 (2025-12-21)
     23   * Initial release, supporting wide, wider, and secp256k1-related
     24     Montgomery-form words with supporting constant-time operations.
     25