base64Encode

Perform base64 encoding

Parameters

input const(ubyte)*

some input

input_length size_t

length of input in bytes

Return Value

Type: string

base64adecimal representation of input

Meta