pub fn base64_decode(input: impl AsRef<[u8]>) -> Result<Vec<u8>, DecodeError>
Decode the input as base64 with no padding.