Module sodiumoxide::base64[][src]

Expand description

Libsodium Base64 encoding/decoding helper functions

Enums

Variant

Supported variants of Base64 encoding/decoding

Functions

decode

Decodes a Base64 string into a byte sequence using the given variant.

encode

Encodes a byte sequence as a Base64 string using the given variant.