fixed

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

commit a57e9510c5b813f85d2065d68e90f0db6e971c09
parent 602f5fbd031106b89b31bea5eddf1c0dc3b07148
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun, 21 Dec 2025 20:44:06 -0330

meta: fix broken readme

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

diff --git a/README.md b/README.md @@ -1,8 +1,8 @@ # ppad-fixed -[![](https://img.shields.io/hackage/v/ppad-fixed?color=blue)](https://hackage.haskell.org/package/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) +![](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