Encode the absolute value of a as a minimal big-endian unsigned byte string.
a
Declared in <openssl/bn.h>
<openssl/bn.h>
int BN_bn2bin( BIGNUM const* a, unsigned char* to);
Number of bytes written.
a)