Function pem_rfc7468::encoded_len
source · pub fn encoded_len(label: &str, line_ending: LineEnding, input: &[u8]) -> usize
Expand description
Get the length of a PEM encoded document with the given bytes and label.
pub fn encoded_len(label: &str, line_ending: LineEnding, input: &[u8]) -> usize
Get the length of a PEM encoded document with the given bytes and label.