Expand description
BASE64 library for chads
Modules
Constants
Base64 padding character
Statics
Default character table used by based64
Alternative table URL safe.
Functions
Validates custom character table by requiring user to provide table of specific size
containing only ASCII characters.
Decoding function writing to slice.
Returns number of bytes necessary to decode provided input.
Encoding function writing to slice.
Returns number of bytes necessary to encode input of provided size (including padding).