Oakley {gmp} | R Documentation |
RFC 2409 standardizes global unique prime numbers and generators for the purpose of secure asymmetric key exchange on the Internet.
Oakley1 Oakley2
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.
The Internet Key Exchange (RFC 2409), Nov. 1998
data(Oakley1) isprime(modulus(Oakley1))