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 74ebe44f818353129c5ec973a55c8bc487e2fd7b
parent cbcd00d0be4d09937469307c6f09744df04375c9
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun,  7 Jun 2026 19:06:34 -0230

release: v0.1.5

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.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. + - 0.1.4 (2026-05-22) * Adds variable-time comparison functions to Data.Word.Wider. diff --git a/ppad-fixed.cabal b/ppad-fixed.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-fixed -version: 0.1.4 +version: 0.1.5 synopsis: Large fixed-width words and constant-time arithmetic. license: MIT license-file: LICENSE