Oakley | R Documentation |
RFC 2409 standardizes global unique prime numbers and generators for the purpose of secure asymmetric key exchange on the Internet.
data(Oakley1)
data(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
packageDescription("gmp") # {possibly useful for debugging}
data(Oakley1)
(M1 <- modulus(Oakley1))
isprime(M1)# '1' : "probably prime"
sizeinbase(M1)# 232 digits (was 309 in older version)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.