]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/history - testdata/bignum.py
Replace some 'sfree' calls of bignums with the proper 'freebn'.
[PuTTY_svn.git] / testdata / bignum.py
2013-08-02 Simon TathamFix an array-size bug in modmul, and add some tests for it.
2011-02-22 Simon TathamMake bignum.py self-contained, by importing versions...
2011-02-20 Simon TathamA few more modpow tests, exercising the fallback option...
2011-02-20 Simon TathamAdd tests of modpow.
2011-02-20 Simon TathamBeginnings of a test suite for the bignum code. The...