[][src]Crate base32h

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