SharedSecret

Type Alias SharedSecret 

Source
pub type SharedSecret = SecretValue<U32>;
Expand description

Represents a shared secret with a remote peer.

Aliased Typeยง

pub struct SharedSecret(/* private fields */);