base64Decode

Perform base64 decoding

Parameters

input Vector!char

some base64 input

ignore_ws bool

ignore whitespace on input; if false, throw new an exception if whitespace is encountered

Return Value

Type: SecureVector!ubyte

decoded base64 output

Meta