From a0734cab3ee0410a3913d7bc9b659e37f4622ce1 Mon Sep 17 00:00:00 2001 From: Brian Huffman Date: Thu, 1 Oct 2020 15:37:19 -0700 Subject: [PATCH] Fix typo. --- src/Cryptol/PrimeEC.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cryptol/PrimeEC.hs b/src/Cryptol/PrimeEC.hs index aa214e8a0..a692ec281 100644 --- a/src/Cryptol/PrimeEC.hs +++ b/src/Cryptol/PrimeEC.hs @@ -435,7 +435,7 @@ normalizeForTwinMult p s t = (s',t',spt',smt') -- another integer @k@ and point @T@ compute the "twin" scalar -- the scalar multiplication @jS + kT@. This computation can be done -- essentially the same number of modular arithmetic operations --- as a single scalar multiplication by doing some additional bookeeping +-- as a single scalar multiplication by doing some additional bookkeeping -- and setup. ec_twin_mult :: PrimeModulus -> Integer -> ProjectivePoint ->