Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2009-05-10 18:22:50 -05:00
commit 3254340cdb
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ C: <rsa> rsa
CONSTANT: public-key 65537
: rsa-primes ( numbits -- p q )
2/ 2 unique-primes first2 ;
2/ 2 swap unique-primes first2 ;
: modulus-phi ( numbits -- n phi )
#! Loop until phi is not divisible by the public key.