Module base64

Source
Expand description

A thin wrapper over base64-simd

Structs§

DecodeError
Failure to decode a base64 value.

Functions§

decode
Decode input from base64 using the standard base64 alphabet
encode
Encode input into base64 using the standard base64 alphabet
encoded_length
Returns the base64 representation’s length for the given length of data