pub fn decode_base64(encoded: &[u8]) -> Result<Vec<u8>, ParseError>
Expand description
Decodes a Base64-encoded sequence of bytes.
This function has been formally verified for its parsing soundness, completeness, and non-malleability.
NOTE: This is an internal function that is subject to change.