logo

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

Converts to this type from the input type.