Type Definition k256::ecdh::SharedSecret[][src]

pub type SharedSecret = SharedSecret<Secp256k1>;
This is supported on crate feature ecdh only.
Expand description

Shared secret value computed via ECDH key agreement.

Trait Implementations

Performs the conversion.