fixed

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

CHANGELOG (508B)


      1 # Changelog
      2 
      3 - 0.1.3 (2025-12-28)
      4   * Makes some backward-incompatible API tweaks to Data.Choice:
      5 
      6     * 'from_word_mask# is now 'from_full_mask#'
      7     * 'from_word#' is now 'from_bit#'
      8 
      9 - 0.1.2 (2025-12-27)
     10   * Fixes an API mistake made in the v0.1.1 release.
     11 
     12 - 0.1.1 (2025-12-27)
     13   * Contains miscellaneous hardening and API refinements to v0.1.1.
     14 
     15 - 0.1.0 (2025-12-21)
     16   * Initial release, supporting wide, wider, and secp256k1-related
     17     Montgomery-form words with supporting constant-time operations.
     18