pub fn base64_decode(encoded: &[u8], strict_padding: bool) -> Result<Vec<u8>>
Expand description

Decode a base64 encoded bytestring in constant time.