pub fn x25519_diffie_hellman(
secret: &X25519SecretKey,
peer: &X25519PublicKey,
) -> X25519SharedSecretExpand description
The shared secret of secret with peer (RFC 7748 clamping applied).
pub fn x25519_diffie_hellman(
secret: &X25519SecretKey,
peer: &X25519PublicKey,
) -> X25519SharedSecretThe shared secret of secret with peer (RFC 7748 clamping applied).