Skip to content

Commit 3adb2f6

Browse files
committed
Document source of montgomery::differential_add_and_double
1 parent d1c9ea2 commit 3adb2f6

File tree

1 file changed

+2
-0
lines changed
  • ed448-goldilocks/src/montgomery

1 file changed

+2
-0
lines changed

ed448-goldilocks/src/montgomery/x.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ impl Mul<&ProjectiveMontgomeryXpoint> for &EdwardsScalar {
187187
}
188188
}
189189

190+
// (1987 Montgomery) Speeding the Pollard and elliptic curve methods of factorization
191+
// fifth and sixth displays, plus common-subexpression elimination, plus assumption Z1=1
190192
fn differential_add_and_double(
191193
P: &mut ProjectiveMontgomeryXpoint,
192194
Q: &mut ProjectiveMontgomeryXpoint,

0 commit comments

Comments
 (0)