We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
montgomery::differential_add_and_double
1 parent d1c9ea2 commit 3adb2f6Copy full SHA for 3adb2f6
ed448-goldilocks/src/montgomery/x.rs
@@ -187,6 +187,8 @@ impl Mul<&ProjectiveMontgomeryXpoint> for &EdwardsScalar {
187
}
188
189
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
192
fn differential_add_and_double(
193
P: &mut ProjectiveMontgomeryXpoint,
194
Q: &mut ProjectiveMontgomeryXpoint,
0 commit comments