Skip to main content

SeedString

Type Alias SeedString 

Source
type SeedString<'a> = ContextSpecific<&'a OctetStringRef>;
Expand description

ML-KEM seed serialized as ASN.1.

Aliased Type§

struct SeedString<'a> {
    pub tag_number: TagNumber,
    pub tag_mode: TagMode,
    pub value: &'a OctetStringRef,
}

Fields§

§tag_number: TagNumber

CONTEXT-SPECIFIC tag number sans the leading 0b10000000 class identifier bit and 0b100000 constructed flag.

§tag_mode: TagMode

Tag mode: EXPLICIT VS IMPLICIT.

§value: &'a OctetStringRef

Value of the field.