getBigNumber

Get the contents of a big number as string

Param: bn = pointer to a big number structure

string
getBigNumber
(
BIGNUM* bn
)

Return Value

Type: string

a string representing the BIGNUM

Meta