fixed

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

commit 602f5fbd031106b89b31bea5eddf1c0dc3b07148
parent 44908306bc6ed3d257423129822a970e416753c1
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun, 21 Dec 2025 18:14:26 -0330

meta: readme

Diffstat:
MREADME.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1,5 +1,9 @@ # ppad-fixed +[![](https://img.shields.io/hackage/v/ppad-fixed?color=blue)](https://hackage.haskell.org/package/ppad-fixed) +![](https://img.shields.io/badge/license-MIT-brightgreen) +[![](https://img.shields.io/badge/haddock-fixed-lightblue)](https://docs.ppad.tech/fixed) + A pure high-performance implementation of large fixed-width integers and supporting constant-time operations, including Montgomery-form arithmetic on domains related to the the elliptic curve secp256k1.