pub fn dh_shared_secret(
public_key: &DHPublicKey,
private_scalar: [u8; 32],
) -> Result<DHSharedSecret, Error>Expand description
Compute DH shared secret
pub fn dh_shared_secret(
public_key: &DHPublicKey,
private_scalar: [u8; 32],
) -> Result<DHSharedSecret, Error>Compute DH shared secret