Type Alias veilid_core::SharedSecret

source ·
pub type SharedSecret = CryptoKey;

Aliased Type§

struct SharedSecret {
    pub bytes: [u8; 32],
}

Fields§

§bytes: [u8; 32]