pub fn base32_to_bytes(base32: Text) -> Result<Vec<u8>, BinaryError>
Decodes base32-encoded text into bytes.
base32