Expand description
A thin wrapper over base64-simd
Structs§
- Decode
Error - Failure to decode a base64 value.
Functions§
- decode
- Decode
input
from base64 using the standard base64 alphabet - encode
- Encode
input
into base64 using the standard base64 alphabet - encoded_
length - Returns the base64 representation’s length for the given
length
of data