pub fn decode(input: &str) -> Result<Vec<u8>, DecodeError>
Decode a standard Base64 string (ignoring padding).