Function create_diffie_hellman

Source
pub fn create_diffie_hellman(
    prime_length: u32,
    generator: &JsValue,
) -> DiffieHellman