Re: I can has SHA-1 hashes for RFC 2409/3526 MODP groups?
Peter Gutmann <[email protected]>
| Newsgroups | gmane.ietf.tls,gmane.ietf.secsh |
|---|---|
| Message-ID | <9A043F3CF02CD34C8E74AC1594475C7372387CAB@uxcn10-6.UoA.auckland.ac.nz> |
=?UTF-8?B?SGVucmljayBIZWxsc3Ryw7Zt?= <[email protected]> writes: >I have generated the primes 1024, 2048, 3072, 4096, 6144 and 8192 from the >formulae and verified that: > >a: The numbers match the numbers in the RFCs. >b: The numbers are safe primes (using both Miller-Rabin tests and Lucas tests >on q = (p-1)/2, and then the Pocklington Criterion on p). >c: The small constant k is indeed the least positive integer such that the >number is a safe prime. (Well, to be honest I am still running this test for >the largest group, just make sure once more.) Ah, OK, thanks. So we've got independent verification :-). Peter.