Skip to main content

SharedSecret

Type Alias SharedSecret 

Source
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§

impl From<&AffinePoint> for SharedSecret

Source§

fn from(affine: &AffinePoint) -> SharedSecret

Converts to this type from the input type.