pub fn dh_shared_secret(
public_key: &DHPublicKey,
scalar: &DHPrivateKey,
) -> DHPublicKeyExpand description
Compute DH agreement.
pub fn dh_shared_secret(
public_key: &DHPublicKey,
scalar: &DHPrivateKey,
) -> DHPublicKeyCompute DH agreement.