Type Alias k256::ecdh::SharedSecret

source ·
pub type SharedSecret = SharedSecret<Secp256k1>;
Available on crate feature ecdh only.
Expand description

Shared secret value computed via ECDH key agreement.

Aliased Type§

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.