fixed

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

commit 4b74a737e247690d7640d821ea478b2e8088d38d
parent e9498b179a8c88328af5f0c1518870bd1b5dd42e
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 27 Dec 2025 09:53:34 -0330

release: v0.1.1

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.1 (2025-12-27) + * Contains miscellaneous hardening and API refinements to v0.1.1. + - 0.1.0 (2025-12-21) * Initial release, supporting wide, wider, and secp256k1-related Montgomery-form words with supporting constant-time operations. diff --git a/ppad-fixed.cabal b/ppad-fixed.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-fixed -version: 0.1.0 +version: 0.1.1 synopsis: Large fixed-width words and constant-time arithmetic. license: MIT license-file: LICENSE