| Commit message (Expand) | Author | Age | Files | Lines |
* | propagate from branch 'net.randombit.botan' (head 66b216669d7ac91303378281d76... | lloyd | 2010-05-19 | 4 | -4/+4 |
|\ |
|
| * | propagate from branch 'net.randombit.botan' (head 75d272c759511a9a99a371ddc74... | lloyd | 2010-04-09 | 38 | -51/+51 |
| |\ |
|
| * \ | propagate from branch 'net.randombit.botan' (head c1db52e38b60afbc6549af5222d... | lloyd | 2010-02-25 | 4 | -4/+4 |
| |\ \ |
|
| | * \ | propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b... | lloyd | 2010-01-21 | 4 | -4/+4 |
| | |\ \ |
|
| | | * \ | propagate from branch 'net.randombit.botan' (head 367d157c1221a162f5b40984929... | lloyd | 2009-12-24 | 5 | -53/+290 |
| | | |\ \ |
|
| | | * \ \ | propagate from branch 'net.randombit.botan' (head 14c1d4dc8696d2705a70ec3d240... | lloyd | 2009-12-21 | 4 | -4/+4 |
| | | |\ \ \ |
|
| | | | * \ \ | propagate from branch 'net.randombit.botan' (head 22c82e10d78ad0e2cdaa56cb02f... | lloyd | 2009-12-16 | 4 | -4/+4 |
| | | | |\ \ \ |
|
| | | | | * \ \ | propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275... | lloyd | 2009-12-16 | 32 | -52/+65 |
| | | | | |\ \ \ |
|
| | | | | * \ \ \ | propagate from branch 'net.randombit.botan' (head 142a9359ba02d5dfcf3f2c9f999... | lloyd | 2009-12-08 | 4 | -4/+4 |
| | | | | |\ \ \ \ |
|
| | | | | | * | | | | Remove to_string, replacing with std::to_string | lloyd | 2009-11-18 | 4 | -4/+4 |
* | | | | | | | | | | Modify the implementation of multiplication mod 65537 used in IDEA to | lloyd | 2010-04-30 | 1 | -10/+13 |
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
* | | | | | | | | | Remove SecureBuffer, which is the fixed-size variant of SecureVector. | lloyd | 2010-03-23 | 38 | -51/+51 |
|/ / / / / / / / |
|
* | | | | | | | | Set parallelism defaults. | lloyd | 2010-02-25 | 6 | -1/+15 |
* | | | | | | | | Instead of the mode parallelism being specified via macros, have it | lloyd | 2010-02-25 | 1 | -0/+5 |
|/ / / / / / / |
|
* | | | | | | | Add SIMD version of Noekeon. On a Core2, about 2.7x faster using SIMD_SSE2 | lloyd | 2010-01-12 | 4 | -1/+198 |
* | | | | | | | Kill unneeded include | lloyd | 2010-01-12 | 1 | -1/+0 |
* | | | | | | | Add block cipher cascade | lloyd | 2010-01-11 | 3 | -0/+148 |
* | | | | | | | Clean up exceptions. Remove some unused ones like Config_Error. Make | lloyd | 2010-01-05 | 1 | -1/+2 |
* | | | | | | | Add doxygen comments | lloyd | 2009-12-29 | 1 | -0/+13 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Add last nights project, an SSE2 implementation of IDEA. Right about 4x | lloyd | 2009-12-23 | 5 | -53/+290 |
|/ / / / / |
|
* / / / / | Un-internal loadstor.h (and its header deps, rotate.h and | lloyd | 2009-12-21 | 26 | -38/+41 |
|/ / / / |
|
* | | / | Add missing BOTAN_DLL exports. | lloyd | 2009-12-16 | 1 | -3/+1 |
| |_|/
|/| | |
|
* | | | Make many more headers internal-only. | lloyd | 2009-12-16 | 29 | -41/+41 |
* | | | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 6 | -11/+24 |
|/ / |
|
* / | Add missing header guards to package.h and botan.h | lloyd | 2009-12-02 | 1 | -2/+2 |
|/ |
|
* | Remove obsolete comment | lloyd | 2009-11-17 | 1 | -15/+0 |
* | Rename/remove some secmem member variables for better matching with STL | lloyd | 2009-11-17 | 2 | -3/+3 |
* | Instead of having two asm_macr.h files being switched in based on module | lloyd | 2009-11-14 | 1 | -1/+1 |
* | Cleanups in the Square implementation | lloyd | 2009-11-11 | 1 | -30/+38 |
* | Double the speed of Skipjack on my Core2, mostly due to better inlining. | lloyd | 2009-11-11 | 2 | -82/+99 |
* | Inline all of the AES tables into an anon namespace in aes.cpp. Turns out | lloyd | 2009-11-11 | 3 | -411/+399 |
* | Almost double the speed of MARS; from 55 MiB/s to 102 on my Core2. | lloyd | 2009-11-11 | 3 | -231/+216 |
* | Remove SSE4 dependency in AES-192 key schedule, and also avoid requiring | lloyd | 2009-11-10 | 2 | -26/+25 |
* | Add AES-192 using AES-NI. Tested OK with Intel's simulator. | lloyd | 2009-11-10 | 2 | -7/+276 |
* | Add unrolled versions of AES-NI code that will handle 4 blocks in parallel. | lloyd | 2009-11-10 | 1 | -12/+176 |
* | Fix errors in the AES-256 key schedule for the AES-NI version. Now passes | lloyd | 2009-11-10 | 2 | -196/+169 |
* | Add AES-256 using AES-NI | lloyd | 2009-11-10 | 3 | -3/+243 |
* | Make the AES implementation using Intel's AES instruction extension official; | lloyd | 2009-11-10 | 2 | -7/+7 |
* | Cleanups - remove emails from source files, they should only live in | lloyd | 2009-11-10 | 1 | -1/+1 |
* | Clean up aes_128_key_expansion | lloyd | 2009-11-06 | 1 | -24/+18 |
* | Dename unused length field | lloyd | 2009-11-06 | 1 | -1/+1 |
* | Add a new need_isa marker for info.txt that lets a module depend | lloyd | 2009-11-06 | 1 | -1/+1 |
* | Add a complete but untested AES-128 using the AES-NI intrinsics. | lloyd | 2009-11-06 | 2 | -58/+139 |
* | Stub for AES class using Intel's AES-NI instructions and an engine for | lloyd | 2009-11-06 | 3 | -0/+145 |
* | Indent and avoid one extra assignment | lloyd | 2009-11-04 | 1 | -3/+2 |
* | Kill realnames on new modules not in mailine | lloyd | 2009-10-29 | 2 | -3/+0 |
* | propagate from branch 'net.randombit.botan' (head 8fb69dd1c599ada1008c4cab2a6... | lloyd | 2009-10-29 | 10 | -540/+668 |
|\ |
|
| * | Rename SSE2 stuff to be generally SIMD since it supports at least SSE2 | lloyd | 2009-10-29 | 9 | -43/+45 |
| * | Add XTEA decryption | lloyd | 2009-10-26 | 1 | -11/+47 |
| * | Add a wrapper for a set of SSE2 operations with convenient syntax for 4x32 | lloyd | 2009-10-26 | 6 | -404/+493 |