Type Definition 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.
Trait Implementations
sourceimpl From<&AffinePoint> for SharedSecret
impl From<&AffinePoint> for SharedSecret
sourcefn from(affine: &AffinePoint) -> SharedSecret
fn from(affine: &AffinePoint) -> SharedSecret
Converts to this type from the input type.