hexEncode

Perform hex encoding

Parameters

input const(ubyte)*

some input

input_length size_t

length of input in bytes

uppercase bool

should output be upper or lower case?

Return Value

Type: string

hexadecimal representation of input

Meta