decoded_len

Function decoded_len 

Source
pub(crate) fn decoded_len(input_len: usize) -> usize
Expand 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.