rustls_pki_types::base64

Function decoded_length

source
pub(crate) const fn decoded_length(base64_len: usize) -> usize
Expand description

Provide an upper limit on how much space could be required to decode a base64 encoding of len base64_len.