pub const fn decoded_len(input_len: usize) -> Option<usize>Expand description
Returns the length of the original byte sequence for the given BASE32-encoded string length.
Returns None if input_len is invalid (i.e. was not returned by
encoded_len).