Skip to main content

dh_shared_secret

Function dh_shared_secret 

Source
pub fn dh_shared_secret(
    public_key: &DHPublicKey,
    scalar: &DHPrivateKey,
) -> DHPublicKey
Expand description

Compute DH agreement.