fixed

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

commit 12902db7a9e60e004b055cf04d41e036d7834522
parent 488d2204a44b4bbc181c3a6e3ae3381e83c20aa5
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 22 Nov 2025 07:41:45 +0400

lib: formatting nit

Diffstat:
Mlib/Numeric/Montgomery/Secp256k1/Scalar.hs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Numeric/Montgomery/Secp256k1/Scalar.hs b/lib/Numeric/Montgomery/Secp256k1/Scalar.hs @@ -368,7 +368,7 @@ sqr (Montgomery a) = Montgomery (mul# a a) one :: Montgomery one = Montgomery (# 0x402DA1732FC9BEBF##, 0x4551231950B75FC4## - , 0x0000000000000001##, 0x0000000000000000## #) + , 0x0000000000000001##, 0x0000000000000000## #) -- generated by etc/generate_inv.sh inv#