SLIDE 1
1
Generating random primes faster
- D. J. Bernstein
Generating random primes faster The standard algorithm to generate - - PowerPoint PPT Presentation
1 2 Generating random primes faster The standard algorithm to generate random primes: D. J. Bernstein proof.arithmetic(False) while True: pqRSA project team: p = randrange(2^(n-1),2^n) Daniel J. Bernstein p = ZZ(p) Josh Fried if