Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Huffman committed Oct 1, 2020
1 parent bec1cda commit a0734ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cryptol/PrimeEC.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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 ->
Expand Down

0 comments on commit a0734ca

Please sign in to comment.