Oakley                  package:gmp                  R Documentation

_R_F_C _2_4_0_9 _O_a_k_l_e_y _G_r_o_u_p_s - _S_t_a_n_d_a_r_d_i_z_e_d _P_a_r_a_m_e_t_e_r_s _f_o_r _D_i_f_f_i_e-_H_e_l_l_m_a_n _K_e_y _E_x_c_h_a_n_g_e

_D_e_s_c_r_i_p_t_i_o_n:

     RFC 2409 standardizes global unique prime numbers and generators
     for the purpose of secure asymmetric key exchange on the Internet.

_U_s_a_g_e:

     Oakley1
     Oakley2

_V_a_l_u_e:

     Oakley1 returns an object of class 'bigz' for a 768 bit
     Diffie-Hellman group.  The generator is stored as value with the
     respective prime number as modulus attribute.

     Oakley2 returns an object of class 'bigz' for a 1024 bit
     Diffie-Hellman group.  The generator is stored as value with the
     respective prime number as modulus attribute.

_R_e_f_e_r_e_n_c_e_s:

     The Internet Key Exchange (RFC 2409), Nov. 1998

_E_x_a_m_p_l_e_s:

     data(Oakley1)
     isprime(modulus(Oakley1))

