Add unsigned BIGNUMs: r = a + b (ignores signs; result non-negative).
r
a
b
Declared in <openssl/bn.h>
<openssl/bn.h>
int BN_uadd( BIGNUM* r, BIGNUM const* a, BIGNUM const* b);
1 on success, or 0 on error.