Fix typo.

This commit is contained in:
Brian Huffman 2020-10-01 15:37:19 -07:00
parent bec1cda5af
commit a0734cab3e

View File

@ -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 ->