SharedSecret

Type Alias SharedSecret 

Source
pub type SharedSecret = SharedSecret<NistP384>;
Expand description

Shared secret value computed via ECDH key agreement.

Aliased Typeยง

pub struct SharedSecret { /* private fields */ }