getBigNumberBytes

Get the content bytes of a big number as string

Param: bn - pointer to a big number structure

ubyte[]
getBigNumberBytes
(
const BIGNUM* bn
)

Return Value

Type: ubyte[]

a string representing the BIGNUM

Meta