aboutsummaryrefslogtreecommitdiffstats
path: root/checks/ec_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 2b67727dd9d1e7fe34f3cb7b7f6...lloyd2010-02-241-33/+10
|\
| * Remove use of tr1 entirely from gfpmath.lloyd2010-02-231-33/+10
* | propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-211-5/+5
|\ \ | |/ |/|
| * propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-161-1/+0
| |\
| * | Use C++0x std::shared_ptr<> instead of TR1'slloyd2009-04-011-3/+3
| * | Replace the (deprecated) auto_ptr with unique_ptr.lloyd2009-04-011-2/+2
* | | Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-311-0/+6
| |/ |/|
* | Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-1/+0
|/
* Disable ec_tests.cpp unless ECDSA is enabledlloyd2008-11-171-1/+13
* Reorganize all GF(p)/ECC tests to be called from pk.cpplloyd2008-11-171-1/+1
* Output that ECC tests are being run, and run them after GF(p) math tests whic...lloyd2008-11-171-0/+4
* Tame ec_tests.cpp and integrate it into the test code.lloyd2008-11-171-1115/+1120
* Add ec_test.cpp from InSiTo (low level ECC test cases)lloyd2008-11-171-0/+1202