Function base32_to_bytes

Source
pub fn base32_to_bytes(base32: Text) -> Result<Vec<u8>, BinaryError>
Expand description

ยงUnstable

Decodes base32-encoded text into bytes.