[][src]Function node_sys::crypto::create_diffie_hellman_with_prime

pub fn create_diffie_hellman_with_prime(
    prime: &JsValue,
    prime_encoding: Option<&str>,
    generator: &JsValue,
    generator_encoding: Option<&str>
) -> DiffieHellman