aboutsummaryrefslogtreecommitdiffstats
path: root/checks
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head fc86fc4842254088bf820ea6ebf...lloyd2010-03-026-131/+132
|\
| * Rename PointGFp::get_jac_proj_{x,y,z} simply get_{x,y,z}lloyd2010-03-021-32/+32
| * Rename ECKAEG to ECDH. As far as I can tell they are the same algorithm,lloyd2010-03-022-54/+52
| * Remove auto_ptr from ECC key typeslloyd2010-03-022-8/+7
| * Remove a fairly useless member of EC_PublicKey that was only used forlloyd2010-03-021-4/+4
| * Kill get_EC_Dom_Pars_by_oidlloyd2010-03-016-28/+32
| * Clean up EC_Domain_Paramslloyd2010-03-011-6/+6
* | propagate from branch 'net.randombit.botan' (head c1db52e38b60afbc6549af5222d...lloyd2010-02-259-67/+76
|\ \ | |/ |/|
| * propagate from branch 'net.randombit.botan' (head 2b67727dd9d1e7fe34f3cb7b7f6...lloyd2010-02-243-196/+22
| |\
| * \ propagate from branch 'net.randombit.botan' (head 5bfc3e699003b86615c584f8ae4...lloyd2010-02-1410-77/+86
| |\ \
| | * \ propagate from branch 'net.randombit.botan' (head af0e75a6f88cf5c3e0c53f949ae...lloyd2010-01-271-0/+7110
| | |\ \
| | * \ \ propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-2110-77/+86
| | |\ \ \
| | | * \ \ propagate from branch 'net.randombit.botan' (head 367d157c1221a162f5b40984929...lloyd2009-12-244-3/+20
| | | |\ \ \
| | | * \ \ \ propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-162-3/+0
| | | |\ \ \ \
| | | * | | | | Remove system_time(), replace entirely with std::chrono.lloyd2009-12-011-2/+1
| | | * | | | | Remove to_string, replacing with std::to_stringlloyd2009-11-181-8/+8
| | | * | | | | propagate from branch 'net.randombit.botan' (head cfb19182987fc95b2a8885584a3...lloyd2009-11-172-4/+4
| | | |\ \ \ \ \
| | | * \ \ \ \ \ propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615...lloyd2009-11-132-1653/+1658
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-0210-70/+79
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Attic-ize all of src/timer, except for time_t_to_tm and system_timelloyd2009-10-131-1/+1
| | | | * | | | | | | Fix for removal of Default_Benchmark_Timerlloyd2009-10-132-9/+18
| | | | * | | | | | | propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c...lloyd2009-10-138-60/+60
| | | | |\ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 8a5eb02c2e451fc983f234f7ba2...lloyd2009-09-308-60/+60
| | | | | |\ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53...lloyd2009-09-171-1/+1
| | | | | | |\ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 32f457161b1ad1afb7a3d0ccebc...lloyd2009-09-168-60/+60
| | | | | | |\ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573...lloyd2009-09-088-60/+60
| | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388...lloyd2009-07-219-0/+0
| | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 5438defd358f82e876917a8bd6d...lloyd2009-07-158-60/+60
| | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head d6d32791adfa878b6fc0dd3a5b6...lloyd2009-07-032-2/+23
| | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 6a746ccf1e957dba703e6537205...lloyd2009-06-048-60/+60
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | | | | Use C++0x std::shared_ptr<> instead of TR1'slloyd2009-04-012-10/+10
| | | | | | | | | | * | | | | | | | | | Replace the (deprecated) auto_ptr with unique_ptr.lloyd2009-04-017-50/+50
* | | | | | | | | | | | | | | | | | | | Delete gfp_element.h and remove the gfpmath testslloyd2010-02-253-531/+0
* | | | | | | | | | | | | | | | | | | | Change create_random_point to use Modular_Reducerlloyd2010-02-251-11/+9
* | | | | | | | | | | | | | | | | | | | Remove unneeded include of gfp_elementh.hlloyd2010-02-251-1/+0
* | | | | | | | | | | | | | | | | | | | Remove another useless EC testlloyd2010-02-251-33/+0
* | | | | | | | | | | | | | | | | | | | Remove a useless EC test (was testing mres)lloyd2010-02-251-34/+0
* | | | | | | | | | | | | | | | | | | | create_random_point was used in one tests though, so add it back in ec_tests.cpplloyd2010-02-251-0/+25
* | | | | | | | | | | | | | | | | | | | Make PointGFp::mult2_in_place privatelloyd2010-02-251-22/+17
* | | | | | | | | | | | | | | | | | | | Inline some simple GFpElement functions. Remove ostream << operatorlloyd2010-02-251-0/+5
* | | | | | | | | | | | | | | | | | | | CurveGFp: Inline, deleting source file. Store only a,b,p aslloyd2010-02-253-29/+31
* | | | | | | | | | | | | | | | | | | | Convert the PointGFp constructor taking three coordinates (Jacobian scheme)lloyd2010-02-251-30/+9
* | | | | | | | | | | | | | | | | | | | Convert PointGFp::get_jac_proj_{x,y,z} to return just the BigInt value,lloyd2010-02-251-87/+32
* | | | | | | | | | | | | | | | | | | | Convert PointGFp::get_affine_{x,y} to return just the BigInt valuelloyd2010-02-251-61/+17
* | | | | | | | | | | | | | | | | | | | Convert 3-arg constructoor of PointGFp to take BigInts instead oflloyd2010-02-251-4/+3
* | | | | | | | | | | | | | | | | | | | Kill dead codelloyd2010-02-251-24/+4
* | | | | | | | | | | | | | | | | | | | Remove the montgomery optimizations from GFpElement entirely.lloyd2010-02-242-140/+27
* | | | | | | | | | | | | | | | | | | | Remove PointGFp::mult_this_securelloyd2010-02-242-74/+2
* | | | | | | | | | | | | | | | | | | | Remove GFpModulus entirelylloyd2010-02-241-1/+0
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Make passhash9 tests more verbose since they are slowlloyd2010-02-231-2/+11