bn_add
carry = bn_add(r->d, rn, a->d, a->top, b->d, b->top);
BN_ULONG bn_add(BN_ULONG *r, int r_len, const BN_ULONG *a, int a_len,