pub type SharedSecret = SecretArray<32>;Expand description
32-byte ML-KEM shared secret.
Backed by a SecretArray<32> which wipes itself on Drop.
Equality is constant-time via silentops::ct_eq.
Aliased Typeยง
pub struct SharedSecret { /* private fields */ }