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: TagNumberCONTEXT-SPECIFIC tag number sans the leading 0b10000000 class
identifier bit and 0b100000 constructed flag.
tag_mode: TagModeTag mode: EXPLICIT VS IMPLICIT.
value: &'a OctetStringRefValue of the field.