Module base64

Source
Expand description

Base64 convenience functions.

Functionsยง

decode
Decode a Base 64 string into a byte slice.
encode
Encode a byte slice to Base64 string using general encoding without padding.