pub fn decode_base32(code: &str) -> IsccResult<Vec<u8>>Expand description
Decode base32 string to bytes (case-insensitive, no padding expected).
pub fn decode_base32(code: &str) -> IsccResult<Vec<u8>>Decode base32 string to bytes (case-insensitive, no padding expected).