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.
void Secp_Point_mul(Secp_point& dst , const Secp_point& p , const Secp_scalar& s);
Multiplies point p by scalar s and stores result to dst. Multiplication by a scalar: sets dst = b * s
p
s
dst
dst = b * s