fixed

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

commit 703e7e3659198a1ead37cb4b3e6dbcd995b8dd45
parent a57e9510c5b813f85d2065d68e90f0db6e971c09
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun, 21 Dec 2025 20:45:12 -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