Convert a BIGNUM to a newly allocated hexadecimal string.
Synopsis
Declared in <openssl/bn.h>
char*
BN_bn2hex(BIGNUM const* a);
Return Value
Heap string (free with OPENSSL_free()), or NULL on failure.
Parameters
Name |
Description |
a |
Value to convert. |
Created with MrDocs