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 49ee35d9e2342b21d4a3f3456251ad3e26c69503
parent 342c5e6b5b63610bcc78421b6ff00e9e59e79181
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 22 May 2026 10:34:52 -0230

release: v0.1.4

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,8 @@ # Changelog +- 0.1.4 (2026-05-22) + * Adds variable-time comparison functions to Data.Word.Wider. + - 0.1.3 (2025-12-28) * Makes some backward-incompatible API tweaks to Data.Choice: diff --git a/ppad-fixed.cabal b/ppad-fixed.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-fixed -version: 0.1.3 +version: 0.1.4 synopsis: Large fixed-width words and constant-time arithmetic. license: MIT license-file: LICENSE