Available on crate feature
base64
only.Expand description
Base64 support.
Structs§
- Base64
- Standard Base64 encoding with
=
padding. - Base64
Reader - Constant-time Base64 reader implementation.
- Base64
Unpadded - Standard Base64 encoding without padding.
- Base64
Writer - Constant-time Base64 writer implementation.
Enums§
- Error
- Generic error, union of
InvalidLengthError
andInvalidEncodingError
.
Traits§
- Encoding
- Base64 encoding trait.