We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
void Secp_Scalar_mul(Secp_scalar& dst , const Secp_scalar& a , const Secp_scalar& b);
Multiplies two scalars a and b and stores result to dst. Multiplication: sets dst = a * b
a
b
dst
dst = a * b