pub type SharedSecret = SharedSecret<NistP256>;Expand description
Shared secret value computed via ECDH key agreement.
Aliased Type§
pub struct SharedSecret { /* private fields */ }Trait Implementations§
Source§fn from(affine: &AffinePoint) -> SharedSecret
fn from(affine: &AffinePoint) -> SharedSecret
Converts to this type from the input type.