⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

encode_context_specific

Function encode_context_specific 

Source
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...].