pub fn parse_array<const N: usize>(input: &str) -> Result<[u8; N], DecodeError>
base32
Parse from a base32 string into a byte array