pub type ExpandedDecapsulationKey<P> = Array<u8, <P as KemParams>::DecapsulationKeySize>;Expand description
Serialized decapsulation key after having been expanded from a Seed.
Aliased Type§
#[repr(transparent)]pub struct ExpandedDecapsulationKey<P>(pub <<P as KemParams>::DecapsulationKeySize as ArraySize>::ArrayType<u8>);Tuple Fields§
§0: <<P as KemParams>::DecapsulationKeySize as ArraySize>::ArrayType<u8>