Module base64

Source
Available on crate feature base64 only.
Expand description

Base64 support.

Structs§

Base64
Standard Base64 encoding with = padding.
Base64Reader
Constant-time Base64 reader implementation.
Base64Unpadded
Standard Base64 encoding without padding.
Base64Writer
Constant-time Base64 writer implementation.

Enums§

Error
Generic error, union of InvalidLengthError and InvalidEncodingError.

Traits§

Encoding
Base64 encoding trait.