aboutsummaryrefslogtreecommitdiffstats
path: root/src/block
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 2841fb518e20d2fe0a374e4f6b0...lloyd2010-10-2831-153/+193
|\
| * Update AES-NI for SecureVector and BlockCipher changeslloyd2010-10-191-9/+9
| * Only allocate as much working space as needed in key schedulelloyd2010-10-141-4/+4
| * Remove standalone S functionlloyd2010-10-141-12/+13
| * In all cases where the block size of the cipher is fixed, the keylloyd2010-10-1430-137/+176
* | propagate from branch 'net.randombit.botan' (head cba32f885eb7889a9711cbee120...lloyd2010-10-1310-108/+112
|\|
| * More size_tlloyd2010-10-133-18/+18
| * Implicit rounds based on key variable sizelloyd2010-10-134-27/+44
| * Make the rounds implicit with the size of the key valueslloyd2010-10-132-55/+42
| * More size_t. Document changeslloyd2010-10-133-8/+8
* | propagate from branch 'net.randombit.botan' (head 6581b789d58717bc6acee5c6a24...lloyd2010-10-1357-203/+232
|\|
| * Add a new subclass for BlockCipher BlockCipher_Fixed_Block_Size, whichlloyd2010-10-1357-203/+232
* | propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-134-4/+4
|\ \ | |/ |/|
| * propagate from branch 'net.randombit.botan' (head a29c41b4a949207b1544096c3af...lloyd2010-09-034-4/+4
| |\
| | * propagate from branch 'net.randombit.botan' (head 0a3348f52bf558bc2282e1066c2...lloyd2010-08-134-4/+4
| | |\
| | | * propagate from branch 'net.randombit.botan' (head 161b5c0300b72baa746f101fda1...lloyd2010-07-094-4/+4
| | | |\
| | | | * propagate from branch 'net.randombit.botan' (head 647eeb4f4cf8fa4cf487cdc463d...lloyd2010-06-229-19/+84
| | | | |\
| | | | * \ propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-1736-95/+175
| | | | |\ \
| | | | * \ \ 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
* | | | | | | | | | | | | | | | s/BLOCK_SIZE/block_size()/lloyd2010-10-1330-143/+143
* | | | | | | | | | | | | | | | Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-132-6/+6
* | | | | | | | | | | | | | | | Add accessors for block size and output lengthlloyd2010-10-131-0/+5
* | | | | | | | | | | | | | | | Use size_t rather than u32bit in SymmetricAlgorithmlloyd2010-10-1358-132/+131
* | | | | | | | | | | | | | | | size_tlloyd2010-10-131-1/+1
* | | | | | | | | | | | | | | | More size_tlloyd2010-10-134-25/+25
* | | | | | | | | | | | | | | | Use size_t rather than u32bit for the blocks argument of encrypt_nlloyd2010-10-1263-396/+422
* | | | | | | | | | | | | | | | s/u32bit/size_t/ for block cipher parallelism querieslloyd2010-10-126-9/+9
* | | | | | | | | | | | | | | | Compile fixlloyd2010-10-041-1/+1
* | | | | | | | | | | | | | | | Make configure output more sensible wrt incompatible moduleslloyd2010-09-281-0/+4
* | | | | | | | | | | | | | | | In the IDEA key schedule, using the extended Euclidean algorithm tolloyd2010-09-231-17/+14
* | | | | | | | | | | | | | | | Remove more implicit vector to pointer conversionslloyd2010-09-141-10/+12
* | | | | | | | | | | | | | | | Handle the case that container size() returns something other than u32bitlloyd2010-09-142-2/+3
* | | | | | | | | | | | | | | | Completely remove the second parameter to SecureVector which specifieslloyd2010-09-1440-185/+202
* | | | | | | | | | | | | | | | Remove more uses of vector to pointer implicit conversionslloyd2010-09-132-6/+11
* | | | | | | | | | | | | | | | First set of changes for avoiding use implicit vector->pointer conversionslloyd2010-09-1319-110/+129
* | | | | | | | | | | | | | | | Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-132-6/+6
* | | | | | | | | | | | | | | | Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-0726-47/+47
* | | | | | | | | | | | | | | | Prevent shadowing of one loop param with anotherlloyd2010-09-071-1/+1
* | | | | | | | | | | | | | | | The SSSE3 intrinsics apparently work under Sun Studio as welllloyd2010-09-071-0/+1
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Fix paper ref URL, remove unused prefetch includelloyd2010-08-201-5/+9
* | | | | | | | | | | | | | | Also use a smaller table in the first round of AES in the decrypt directionlloyd2010-08-191-9/+19