aboutsummaryrefslogtreecommitdiffstats
path: root/src/block
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 66b216669d7ac91303378281d76...lloyd2010-05-194-4/+4
|\
| * propagate from branch 'net.randombit.botan' (head 75d272c759511a9a99a371ddc74...lloyd2010-04-0938-51/+51
| |\
| * \ propagate from branch 'net.randombit.botan' (head c1db52e38b60afbc6549af5222d...lloyd2010-02-254-4/+4
| |\ \
| | * \ propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-214-4/+4
| | |\ \
| | | * \ propagate from branch 'net.randombit.botan' (head 367d157c1221a162f5b40984929...lloyd2009-12-245-53/+290
| | | |\ \
| | | * \ \ propagate from branch 'net.randombit.botan' (head 14c1d4dc8696d2705a70ec3d240...lloyd2009-12-214-4/+4
| | | |\ \ \
| | | | * \ \ propagate from branch 'net.randombit.botan' (head 22c82e10d78ad0e2cdaa56cb02f...lloyd2009-12-164-4/+4
| | | | |\ \ \
| | | | | * \ \ propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-1632-52/+65
| | | | | |\ \ \
| | | | | * \ \ \ propagate from branch 'net.randombit.botan' (head 142a9359ba02d5dfcf3f2c9f999...lloyd2009-12-084-4/+4
| | | | | |\ \ \ \
| | | | | | * | | | Remove to_string, replacing with std::to_stringlloyd2009-11-184-4/+4
* | | | | | | | | | Modify the implementation of multiplication mod 65537 used in IDEA tolloyd2010-04-301-10/+13
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Remove SecureBuffer, which is the fixed-size variant of SecureVector.lloyd2010-03-2338-51/+51
|/ / / / / / / /
* | | | | | | | Set parallelism defaults.lloyd2010-02-256-1/+15
* | | | | | | | Instead of the mode parallelism being specified via macros, have itlloyd2010-02-251-0/+5
|/ / / / / / /
* | | | | | | Add SIMD version of Noekeon. On a Core2, about 2.7x faster using SIMD_SSE2lloyd2010-01-124-1/+198
* | | | | | | Kill unneeded includelloyd2010-01-121-1/+0
* | | | | | | Add block cipher cascadelloyd2010-01-113-0/+148
* | | | | | | Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-051-1/+2
* | | | | | | Add doxygen commentslloyd2009-12-291-0/+13
| |_|_|_|_|/ |/| | | | |
* | | | | | Add last nights project, an SSE2 implementation of IDEA. Right about 4xlloyd2009-12-235-53/+290
|/ / / / /
* / / / / Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-2126-38/+41
|/ / / /
* | | / Add missing BOTAN_DLL exports.lloyd2009-12-161-3/+1
| |_|/ |/| |
* | | Make many more headers internal-only.lloyd2009-12-1629-41/+41
* | | Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-166-11/+24
|/ /
* / Add missing header guards to package.h and botan.hlloyd2009-12-021-2/+2
|/
* Remove obsolete commentlloyd2009-11-171-15/+0
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-172-3/+3
* Instead of having two asm_macr.h files being switched in based on modulelloyd2009-11-141-1/+1
* Cleanups in the Square implementationlloyd2009-11-111-30/+38
* Double the speed of Skipjack on my Core2, mostly due to better inlining.lloyd2009-11-112-82/+99
* Inline all of the AES tables into an anon namespace in aes.cpp. Turns outlloyd2009-11-113-411/+399
* Almost double the speed of MARS; from 55 MiB/s to 102 on my Core2. lloyd2009-11-113-231/+216
* Remove SSE4 dependency in AES-192 key schedule, and also avoid requiringlloyd2009-11-102-26/+25
* Add AES-192 using AES-NI. Tested OK with Intel's simulator.lloyd2009-11-102-7/+276
* Add unrolled versions of AES-NI code that will handle 4 blocks in parallel.lloyd2009-11-101-12/+176
* Fix errors in the AES-256 key schedule for the AES-NI version. Now passeslloyd2009-11-102-196/+169
* Add AES-256 using AES-NIlloyd2009-11-103-3/+243
* Make the AES implementation using Intel's AES instruction extension official;lloyd2009-11-102-7/+7
* Cleanups - remove emails from source files, they should only live inlloyd2009-11-101-1/+1
* Clean up aes_128_key_expansionlloyd2009-11-061-24/+18
* Dename unused length fieldlloyd2009-11-061-1/+1
* Add a new need_isa marker for info.txt that lets a module dependlloyd2009-11-061-1/+1
* Add a complete but untested AES-128 using the AES-NI intrinsics.lloyd2009-11-062-58/+139
* Stub for AES class using Intel's AES-NI instructions and an engine forlloyd2009-11-063-0/+145
* Indent and avoid one extra assignmentlloyd2009-11-041-3/+2
* Kill realnames on new modules not in mailinelloyd2009-10-292-3/+0
* propagate from branch 'net.randombit.botan' (head 8fb69dd1c599ada1008c4cab2a6...lloyd2009-10-2910-540/+668
|\
| * Rename SSE2 stuff to be generally SIMD since it supports at least SSE2lloyd2009-10-299-43/+45
| * Add XTEA decryptionlloyd2009-10-261-11/+47
| * Add a wrapper for a set of SSE2 operations with convenient syntax for 4x32lloyd2009-10-266-404/+493