Function x25519_dalek::x25519 [] [src]

pub fn x25519(
    scalar: &Scalar,
    point: &CompressedMontgomeryU
) -> CompressedMontgomeryU

The x25519 function, as specified in RFC7748.