aboutsummaryrefslogtreecommitdiffstats
path: root/src/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-2926-52/+0
|/
* Kill stdio includelloyd2009-10-231-2/+0
* Use new load/store ops in xtea x4 codelloyd2009-10-231-12/+6
* Simply unrolling the loop in XTEA and processing 4 blocks worth of data atlloyd2009-10-231-0/+70
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-2234-35/+35
* Cleanups/random changes in the stream cipher code:lloyd2009-10-141-4/+4
* Disable prefetch in AES for now. Problem: with iterative modes like CBC,lloyd2009-09-301-8/+0
* Use prefetching in AES. Nominally, this will help somewhat with preventinglloyd2009-09-291-0/+8
* Remove add block from block/info.txtlloyd2009-09-291-6/+0
* Remove add blocks from block cipher info fileslloyd2009-09-2925-188/+0
* Use load_le instead of make_u32bit in Serpent x86 key schedule codelloyd2009-09-291-1/+1
* Indentation fixlloyd2009-09-211-13/+12
* Hoist creation of buffer in Lion encrypt looplloyd2009-08-311-4/+4
* Remove unneeded include in xtea.cpplloyd2009-08-271-1/+0
* Instead of each SSE2 implementation specifying which compilers + CPUs itlloyd2009-08-271-12/+0
* For handling the last few blocks in Serpent_SSE2, invoke encrypt_n withlloyd2009-08-121-12/+2