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