Function pw_base64::encoded_size
source · pub const fn encoded_size(input_size: usize) -> usize
Expand description
Returns the size of the output buffer needed to encode an input buffer of
size input_size
.
pub const fn encoded_size(input_size: usize) -> usize
Returns the size of the output buffer needed to encode an input buffer of
size input_size
.