aboutsummaryrefslogtreecommitdiffstats
path: root/src/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | In the first round of AES, use a 256 element table and do thelloyd2010-08-181-9/+28
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Add also AES-192 using SSSE3lloyd2010-08-122-23/+149
* | | | | | | | | | | | | | Support AES-256 is the SSSE3 implementationlloyd2010-08-122-5/+93
* | | | | | | | | | | | | | Use _mm_set_epi32 instead of _mm_set_epi64x - VC++ obnoxiously onlylloyd2010-08-112-79/+79
* | | | | | | | | | | | | | Only enable aes_ssse3 when compiling with GCC or Clang. For some dumbasslloyd2010-08-091-0/+7
* | | | | | | | | | | | | | Add an implementation of AES-128 using SSSE3 instructions. It runs inlloyd2010-08-093-0/+454
* | | | | | | | | | | | | | Also allow clang with 32-bit assembly code, everything seems to worklloyd2010-08-081-19/+0
|/ / / / / / / / / / / / /
* | | | | | | | | | | | / Only call the scalar versions if we actually have leftover blocks tolloyd2010-06-224-8/+16
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Doxygenlloyd2010-06-211-3/+26
* | | | | | | | | | | | In IDEA, Noekeon, Serpent, XTEA, provide and use ro accessor functionslloyd2010-06-218-15/+43
* | | | | | | | | | | | Make Serpent's key_schedule and actual round keys private. Addlloyd2010-06-211-1/+15
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Replace "@return a blah" and "@return the blah" with just "@return blah"lloyd2010-06-162-3/+3
* | | | | | | | | | | Yet more Doxygen commentslloyd2010-06-164-19/+28
* | | | | | | | | | | More Doxygenlloyd2010-06-154-3/+27
* | | | | | | | | | | Don't allow access to key_schedule, just the memberslloyd2010-06-152-3/+5
* | | | | | | | | | | More Doxygen updateslloyd2010-06-156-13/+42
* | | | | | | | | | | More Doxygen fixeslloyd2010-06-1528-40/+48
* | | | | | | | | | | Fix a few hundred Doxygen warningslloyd2010-06-151-2/+2
* | | | | | | | | | | Fix buildlloyd2010-06-071-0/+1
* | | | | | | | | | | Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-077-7/+6
* | | | | | | | | | | Hid --enable-isa and instead expose --enable-{sse2,ssse3,aes-ni,altivec}lloyd2010-05-261-1/+1
* | | | | | | | | | | Change BlockCipher::parallelism() to return the native parallelism oflloyd2010-05-256-9/+17
|/ / / / / / / / / /
* | | | | | | | | / 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
|/ / / /