aboutsummaryrefslogtreecommitdiffstats
path: root/src/math
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-1712-95/+263
|\
| * Use mode(TI) operations to get access to MIPS 64-bit multiply.lloyd2010-06-171-1/+4
| * More Doxygenlloyd2010-06-161-2/+9
| * Doxygen for divide.hlloyd2010-06-161-1/+11
| * More Doxygen updates. Also, don't expose divide() in numthry.hlloyd2010-06-162-38/+75
| * More BigInt Doxygen comment updateslloyd2010-06-161-19/+20
| * Cleanup some BigInt doxygen commentslloyd2010-06-161-31/+44
| * Replace "@return a blah" and "@return the blah" with just "@return blah"lloyd2010-06-161-2/+2
| * More Doxygen updates/fixeslloyd2010-06-154-7/+21
| * Fix a few hundred Doxygen warningslloyd2010-06-151-4/+11
| * Include generic mp_asmi.h for MSVClloyd2010-06-112-0/+2
| * Have to add it as explicit dep in bigintlloyd2010-06-111-1/+1
| * Add (untested) support for VC++'s _umul128 intrinsic, which apparentlylloyd2010-06-112-0/+76
| * In BigInt::bits, cache sig_words() result instead of calling twicelloyd2010-06-071-2/+4
* | propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54...lloyd2010-03-215-11/+43
|\ \ | |/ |/|
| * propagate from branch 'net.randombit.botan' (head 8f918e9ea99aebd6f685b1fbddd...lloyd2010-03-132-27/+74
| |\
| * \ propagate from branch 'net.randombit.botan' (head 5e9c6107cbb15744c2edf2eb0e2...lloyd2010-03-135-11/+43
| |\ \
| | * \ propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c...lloyd2010-03-095-11/+43
| | |\ \
| | | * \ propagate from branch 'net.randombit.botan' (head fc86fc4842254088bf820ea6ebf...lloyd2010-03-023-67/+57
| | | |\ \
| | | * \ \ propagate from branch 'net.randombit.botan' (head c1db52e38b60afbc6549af5222d...lloyd2010-02-255-11/+43
| | | |\ \ \
| | | | * | | Post-merge fixupslloyd2010-02-241-1/+1
| | | | * | | propagate from branch 'net.randombit.botan' (head 2b67727dd9d1e7fe34f3cb7b7f6...lloyd2010-02-247-1092/+302
| | | | |\ \ \
| | | | * \ \ \ propagate from branch 'net.randombit.botan' (head 5bfc3e699003b86615c584f8ae4...lloyd2010-02-1412-63/+86
| | | | |\ \ \ \
| | | | | * \ \ \ propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-2112-63/+86
| | | | | |\ \ \ \
| | | | | | * \ \ \ propagate from branch 'net.randombit.botan' (head 367d157c1221a162f5b40984929...lloyd2009-12-241-2/+0
| | | | | | |\ \ \ \
| | | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 14c1d4dc8696d2705a70ec3d240...lloyd2009-12-2112-63/+86
| | | | | | |\ \ \ \ \
| | | | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 22c82e10d78ad0e2cdaa56cb02f...lloyd2009-12-1612-63/+86
| | | | | | | |\ \ \ \ \
| | | | | | | | * | | | | Post-merge fixeslloyd2009-12-161-8/+0
| | | | | | | | * | | | | propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-1642-131/+149
| | | | | | | | |\ \ \ \ \
| | | | | | | | * | | | | | Define move assignment and constructors in terms of std::swap (whichlloyd2009-11-191-6/+2
| | | | | | | | * | | | | | Add move assignment and constructor operators to BigInt. On macro benchmarkslloyd2009-11-192-4/+40
| | | | | | | | * | | | | | Remove to_string, replacing with std::to_stringlloyd2009-11-182-5/+5
| | | | | | | | * | | | | | propagate from branch 'net.randombit.botan' (head 23f95467137a0531f74574d1e3e...lloyd2009-11-189-55/+46
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * | | | | | Remove accidentally checked in change to powm_fw.cpplloyd2009-11-181-29/+6
| | | | | | | | | * | | | | | Use async in ElGamal encryption and Nyberg-Rueppel verificationlloyd2009-11-181-6/+29
| | | | | | | | | * | | | | | propagate from branch 'net.randombit.botan' (head cfb19182987fc95b2a8885584a3...lloyd2009-11-172-6/+6
| | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 8cecdc1c3dd5853823fabcb8164...lloyd2009-11-163-3/+3
| | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | * | | | | | | | Remove TR1 hooks - can be assumed to exist under a C++0x compilerlloyd2009-11-131-3/+1
| | | | | | | | | * | | | | | | | Make `struct mapping tests[]` non-static in miller_rabin_test_iterationslloyd2009-11-131-1/+1
| | | | | | | | | * | | | | | | | propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615...lloyd2009-11-136-42/+23
| | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-027-51/+44
| | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c...lloyd2009-10-137-51/+44
| | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53...lloyd2009-09-172-2/+2
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573...lloyd2009-09-087-51/+44
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388...lloyd2009-07-216-31/+36
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 5438defd358f82e876917a8bd6d...lloyd2009-07-157-51/+44
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head d6d32791adfa878b6fc0dd3a5b6...lloyd2009-07-031-1/+1
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 6a746ccf1e957dba703e6537205...lloyd2009-06-047-51/+44
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * | | | | | | | | | | | Use C++0x std::shared_ptr<> instead of TR1'slloyd2009-04-016-50/+43
| | | | | | | | | | | | | | * | | | | | | | | | | | Replace the (deprecated) auto_ptr with unique_ptr.lloyd2009-04-011-1/+1