Type Definition p256::ecdh::SharedSecret
source · pub type SharedSecret = SharedSecret<NistP256>;
Expand description
Shared secret value computed via ECDH key agreement.
Trait Implementations§
source§fn from(affine: &AffinePoint) -> SharedSecret
fn from(affine: &AffinePoint) -> SharedSecret
Converts to this type from the input type.