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 ad7186f commit 2557ed4Copy full SHA for 2557ed4
ed448-goldilocks/src/montgomery/x.rs
@@ -184,6 +184,8 @@ impl Mul<&ProjectiveMontgomeryXpoint> for &EdwardsScalar {
184
}
185
186
187
+// (1987 Montgomery) Speeding the Pollard and elliptic curve methods of factorization
188
+// fifth and sixth displays, plus common-subexpression elimination, plus assumption Z1=1
189
fn differential_add_and_double(
190
P: &mut ProjectiveMontgomeryXpoint,
191
Q: &mut ProjectiveMontgomeryXpoint,
0 commit comments