pub(crate) fn decoded_len(input_len: usize) -> usizeExpand description
Get the length of the output from decoding the provided unpadded Base64-encoded input.
Note that this function does not fully validate the Base64 is well-formed and may return incorrect results for malformed Base64.