Module base64

Module base64 

Source
Expand description

Base-64 codec.

Functionsยง

decode
Decode a Base-64 encoded slice of byte characters in-place until a first invalid character is found or until the end of the slice.
encode
Encode an array of bytes as Base-64 ASCII armour codes into a SerWrite implementing object.