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

commit 02f8865b778515b4ecab6ff27b0ffc3e6c91ce9d
parent 8cfb7d72240bdc20dc534085d23af7bc0528d387
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat,  1 Aug 2026 09:52:22 -0230

release: v0.1.6

Diffstat:
MCHANGELOG | 4++++
Mppad-fixed.cabal | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,9 @@ # Changelog +- 0.1.6 (2026-08-01) + * The eq_{word,wide,wider}# functions now return a mask, instead of a + bit, inside the resulting Choice value. + - 0.1.5 (2026-06-07) * Improves constant-time modular inverse performance on the Montgomery 'Curve' module by about 2x, and on the 'Scalar' module by about 1.5x. diff --git a/ppad-fixed.cabal b/ppad-fixed.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-fixed -version: 0.1.5 +version: 0.1.6 synopsis: Large fixed-width words and constant-time arithmetic. license: MIT license-file: LICENSE