nimiq/base32
Values
pub fn decode(
str: String,
alphabet: String,
) -> Result(BitArray, String)
Decodes a base32 string into a BitArray using the provided alphabet.
pub fn decode(
str: String,
alphabet: String,
) -> Result(BitArray, String)
Decodes a base32 string into a BitArray using the provided alphabet.