pub fn decode_base64(codec: CodecId, text: &str) -> Result<Vec<u8>>Expand description
Decodes standard base64 text back to bytes, failing closed on any invalid
character, length, or padding.
Shared with sim-codec-bitwise-base64 (see encode_base64).