Addition-chain exponentiation: Difference between revisions

Content added Content deleted
Line 127: Line 127:
x.u, x.v, n, v[l].u, v[l].v);
x.u, x.v, n, v[l].u, v[l].v);


return x;
return v[l];
}
}