Functionsยง
- decode_
string - Returns a Option
of a base32h encoded number Return None if the length of the base32h string is greater than 8 - decode_
string_ to_ binary - Returns a vector from a base32h encoded string
- encode_
binary_ to_ string - Returns a base32h encoded string representation of the inputted u8 slice
- encode_
to_ string - Returns a base32h encoded string representation of the inputted number Return None if input is greater than 1,099,511,627,775