pub fn encode_context_specific(
number: u8,
constructed: bool,
content: &[u8],
) -> Vec<u8>Expand description
Encode a context-specific tagged wrapper.
Produces [tag_byte, length, content...].
pub fn encode_context_specific(
number: u8,
constructed: bool,
content: &[u8],
) -> Vec<u8>Encode a context-specific tagged wrapper.
Produces [tag_byte, length, content...].