BigInt.encodeLocked

Encode the integer value from a BigInt to a Secure Array of bytes

struct BigInt
static
SecureVector!ubyte
encodeLocked
()
(
auto const ref BigInt n
,
Base base = Binary
)

Parameters

n BigInt

the BigInt to use as integer source

base Base

number-base of resulting ubyte array representation

Return Value

Type: SecureVector!ubyte

SecureVector of bytes containing the integer with given base

Meta