Get size of n (in bits) by giving p and q:
#include "hursa.h"
int hu_RSANSizeGet(const size_t pLen, const unsigned char *p, const size_t qLen, const unsigned char *q, size_t *modulusBits, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
Byte length of the first large prime.
First large prime.
Byte length of the second large prime.
Second large prime.
Bit length of the modulus.
Memory callback data.
pLen or qLen is zero.
p or q is NULL.
p or q is zero.
Memory allocation failure.
Success.