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 c6b22d3 commit c57407dCopy full SHA for c57407d
ed448-goldilocks/src/montgomery/x.rs
@@ -199,6 +199,8 @@ impl Mul<&ProjectiveMontgomeryXpoint> for &EdwardsScalar {
199
}
200
201
202
+// (1987 Montgomery) Speeding the Pollard and elliptic curve methods of factorization
203
+// fifth and sixth displays, plus common-subexpression elimination, plus assumption Z1=1
204
fn differential_add_and_double(
205
P: &mut ProjectiveMontgomeryXpoint,
206
Q: &mut ProjectiveMontgomeryXpoint,
0 commit comments