fixed

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

commit 44908306bc6ed3d257423129822a970e416753c1
parent 497ffce0197e28b28e7534a278d52002accfd5b9
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun, 21 Dec 2025 18:11:09 -0330

meta: changelog

Diffstat:
MCHANGELOG | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -0,0 +1,6 @@ +# Changelog + +- 0.1.0 (2025-12-21) + * Initial release, supporting wide, wider, and secp256k1-related + Montgomery-form words with supporting constant-time operations. +