Module aws_smithy_types::base64
source · Expand description
A thin wrapper over base64-simd
Structs
- Failure to decode a base64 value.
Functions
- Decode
input
from base64 using the standard base64 alphabet - Encode
input
into base64 using the standard base64 alphabet - Returns the base64 representation’s length for the given
length
of data