yabase/base32/rfc4648
Values
pub fn decode(
input: String,
) -> Result(BitArray, encoding.CodecError)
Decode a Base32 string (with or without padding) to a BitArray.
pub fn decode(
input: String,
) -> Result(BitArray, encoding.CodecError)
Decode a Base32 string (with or without padding) to a BitArray.