mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-08 08:58:00 +00:00
47c2bc38d1
This generates primality certificates for numbers, in the form of Python / testcrypt code that calls Pockle methods. It factors p-1 by calling out to the 'yafu' utility, which is a moderately sophisticated integer factoring tool (including ECC and quadratic sieve methods) that runs as a standalone command-line program. Also added a Pockle test generated as output from this script, which verifies the primality of the three NIST curves' moduli and their generators' orders. I already had Pockle certificates for the moduli and orders used in EdDSA, so this completes the set, and it does it without me having had to do a lot of manual work. |
||
---|---|---|
.. | ||
cygtermd | ||
encodelib.py | ||
gdb.py | ||
kh2reg.py | ||
logparse.pl | ||
logrewrap.pl | ||
make1305.py | ||
nice-ibeam.cur | ||
plinkfs | ||
proveprime.py | ||
samplekex.py |