fixed

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

commit 6f8fcace265372b04407aac789f92c65c92b2437
parent 703e7e3659198a1ead37cb4b3e6dbcd995b8dd45
Author: Jared Tobin <jared@jtobin.io>
Date:   Tue, 23 Dec 2025 06:53:16 -0330

lib: fix curve montgomery typo

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

diff --git a/lib/Numeric/Montgomery/Secp256k1/Curve.hs b/lib/Numeric/Montgomery/Secp256k1/Curve.hs @@ -72,7 +72,7 @@ import Prelude hiding (or, and, not, sqrt, exp, odd) -- 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFC2F -- | Montgomery-form 'Wider' words, on the Montgomery domain defined by --- the secp256k1 scalar group order. +-- the secp256k1 field prime. -- -- >>> let one = 1 :: Montgomery -- >>> one