pub fn base64_decode(input: &str) -> Result<Vec<u8>, String>
Base64-decode input (standard alphabet, =/whitespace tolerated).
input
=