pub fn standard_base64_to_decimal(base64: String) -> Result<Vec<u8>>
Converts base64 input string to decimal representation. Padding becomes 64.