SharedKey

Type Alias SharedKey 

Source
pub(crate) type SharedKey = B32;
Expand description

A shared key resulting from an ML-KEM transaction

Aliased Type§

#[repr(transparent)]
pub(crate) struct SharedKey(pub [u8; 32]);

Tuple Fields§

§0: [u8; 32]