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_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