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