fixed

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

commit 8885d991bd9fb8419a2ddc629780b61af68035d4
parent e951fc1235ae5407d8bcef6ba572f13f2b6924dc
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 27 Dec 2025 10:06:32 -0330

release: v0.1.2

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.2 (2025-12-27) + * Fixes an API mistake made in the v0.1.1 release. + - 0.1.1 (2025-12-27) * Contains miscellaneous hardening and API refinements to v0.1.1. diff --git a/ppad-fixed.cabal b/ppad-fixed.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-fixed -version: 0.1.1 +version: 0.1.2 synopsis: Large fixed-width words and constant-time arithmetic. license: MIT license-file: LICENSE