mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
f82af9ffe2
I'm going to want to use this for finding special values in elliptic curves' ground fields. In order to solve cubics and quartics in F_p, you have to work in F_{p^2}, for much the same reasons that you have to be willing to use complex numbers if you want to solve general cubics over the reals (even if all the eventual roots turn out to be real after all). So I've also introduced another arithmetic class to work in that kind of field, and a shim that glues that on to the cyclic-group root finder from the previous commit. |
||
---|---|---|
.. | ||
sclog | ||
agenttest.py | ||
agenttestdata.py | ||
agenttestgen.py | ||
colours.txt | ||
cryptsuite.py | ||
desref.py | ||
display.txt | ||
eccref.py | ||
lattrs.txt | ||
numbertheory.py | ||
scocols.txt | ||
ssh.py | ||
testcrypt.py | ||
utf8.txt | ||
vt100.txt |