| Commit message (Expand) | Author | Age | Files | Lines |
* | propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b... | lloyd | 2010-10-13 | 4 | -4/+4 |
|\ |
|
| * | propagate from branch 'net.randombit.botan' (head a29c41b4a949207b1544096c3af... | lloyd | 2010-09-03 | 4 | -4/+4 |
| |\ |
|
| | * | propagate from branch 'net.randombit.botan' (head 0a3348f52bf558bc2282e1066c2... | lloyd | 2010-08-13 | 4 | -4/+4 |
| | |\ |
|
| | | * | propagate from branch 'net.randombit.botan' (head 161b5c0300b72baa746f101fda1... | lloyd | 2010-07-09 | 4 | -4/+4 |
| | | |\ |
|
| | | | * | propagate from branch 'net.randombit.botan' (head 647eeb4f4cf8fa4cf487cdc463d... | lloyd | 2010-06-22 | 9 | -19/+84 |
| | | | |\ |
|
| | | | * \ | propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a... | lloyd | 2010-06-17 | 36 | -95/+175 |
| | | | |\ \ |
|
| | | | * \ \ | 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 |
* | | | | | | | | | | | | | | | | s/BLOCK_SIZE/block_size()/ | lloyd | 2010-10-13 | 30 | -143/+143 |
* | | | | | | | | | | | | | | | | Use output_length() instead of OUTPUT_LENGTH pseudo-property | lloyd | 2010-10-13 | 2 | -6/+6 |
* | | | | | | | | | | | | | | | | Add accessors for block size and output length | lloyd | 2010-10-13 | 1 | -0/+5 |
* | | | | | | | | | | | | | | | | Use size_t rather than u32bit in SymmetricAlgorithm | lloyd | 2010-10-13 | 58 | -132/+131 |
* | | | | | | | | | | | | | | | | size_t | lloyd | 2010-10-13 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | More size_t | lloyd | 2010-10-13 | 4 | -25/+25 |
* | | | | | | | | | | | | | | | | Use size_t rather than u32bit for the blocks argument of encrypt_n | lloyd | 2010-10-12 | 63 | -396/+422 |
* | | | | | | | | | | | | | | | | s/u32bit/size_t/ for block cipher parallelism queries | lloyd | 2010-10-12 | 6 | -9/+9 |
* | | | | | | | | | | | | | | | | Compile fix | lloyd | 2010-10-04 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | Make configure output more sensible wrt incompatible modules | lloyd | 2010-09-28 | 1 | -0/+4 |
* | | | | | | | | | | | | | | | | In the IDEA key schedule, using the extended Euclidean algorithm to | lloyd | 2010-09-23 | 1 | -17/+14 |
* | | | | | | | | | | | | | | | | Remove more implicit vector to pointer conversions | lloyd | 2010-09-14 | 1 | -10/+12 |
* | | | | | | | | | | | | | | | | Handle the case that container size() returns something other than u32bit | lloyd | 2010-09-14 | 2 | -2/+3 |
* | | | | | | | | | | | | | | | | Completely remove the second parameter to SecureVector which specifies | lloyd | 2010-09-14 | 40 | -185/+202 |
* | | | | | | | | | | | | | | | | Remove more uses of vector to pointer implicit conversions | lloyd | 2010-09-13 | 2 | -6/+11 |
* | | | | | | | | | | | | | | | | First set of changes for avoiding use implicit vector->pointer conversions | lloyd | 2010-09-13 | 19 | -110/+129 |
* | | | | | | | | | | | | | | | | Anywhere where we use MemoryRegion::begin to get access to the raw pointer | lloyd | 2010-09-13 | 2 | -6/+6 |
* | | | | | | | | | | | | | | | | Big, invasive but mostly automated change, with a further attempt at | lloyd | 2010-09-07 | 26 | -47/+47 |
* | | | | | | | | | | | | | | | | Prevent shadowing of one loop param with another | lloyd | 2010-09-07 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | The SSSE3 intrinsics apparently work under Sun Studio as well | lloyd | 2010-09-07 | 1 | -0/+1 |
|/ / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | Fix paper ref URL, remove unused prefetch include | lloyd | 2010-08-20 | 1 | -5/+9 |
* | | | | | | | | | | | | | | | Also use a smaller table in the first round of AES in the decrypt direction | lloyd | 2010-08-19 | 1 | -9/+19 |
* | | | | | | | | | | | | | | | In the first round of AES, use a 256 element table and do the | lloyd | 2010-08-18 | 1 | -9/+28 |
|/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Add also AES-192 using SSSE3 | lloyd | 2010-08-12 | 2 | -23/+149 |
* | | | | | | | | | | | | | | Support AES-256 is the SSSE3 implementation | lloyd | 2010-08-12 | 2 | -5/+93 |
* | | | | | | | | | | | | | | Use _mm_set_epi32 instead of _mm_set_epi64x - VC++ obnoxiously only | lloyd | 2010-08-11 | 2 | -79/+79 |
* | | | | | | | | | | | | | | Only enable aes_ssse3 when compiling with GCC or Clang. For some dumbass | lloyd | 2010-08-09 | 1 | -0/+7 |
* | | | | | | | | | | | | | | Add an implementation of AES-128 using SSSE3 instructions. It runs in | lloyd | 2010-08-09 | 3 | -0/+454 |
* | | | | | | | | | | | | | | Also allow clang with 32-bit assembly code, everything seems to work | lloyd | 2010-08-08 | 1 | -19/+0 |
|/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | / | Only call the scalar versions if we actually have leftover blocks to | lloyd | 2010-06-22 | 4 | -8/+16 |
| |_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | |
|
* | | | | | | | | | | | | Doxygen | lloyd | 2010-06-21 | 1 | -3/+26 |
* | | | | | | | | | | | | In IDEA, Noekeon, Serpent, XTEA, provide and use ro accessor functions | lloyd | 2010-06-21 | 8 | -15/+43 |
* | | | | | | | | | | | | Make Serpent's key_schedule and actual round keys private. Add | lloyd | 2010-06-21 | 1 | -1/+15 |
| |_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | |
|
* | | | | | | | | | | | Replace "@return a blah" and "@return the blah" with just "@return blah" | lloyd | 2010-06-16 | 2 | -3/+3 |