| Commit message (Expand) | Author | Age | Files | Lines |
* | Split SHA-2 into 32 and 64 bit versions; they are totally independent | lloyd | 2010-09-30 | 6 | -1/+6 |
* | Make configure output more sensible wrt incompatible modules | lloyd | 2010-09-28 | 4 | -0/+16 |
* | Do the prep/unroll phase 4 rounds before it is needed instead of 3; | lloyd | 2010-09-21 | 1 | -97/+92 |
* | Clean up, hide union accesses with a macro to make it easier to test | lloyd | 2010-09-21 | 1 | -40/+92 |
* | Implicit conversions | lloyd | 2010-09-14 | 1 | -7/+7 |
* | More changes to avoid vector to pointer implicit conversions | lloyd | 2010-09-14 | 1 | -2/+2 |
* | Completely remove the second parameter to SecureVector which specifies | lloyd | 2010-09-14 | 18 | -53/+69 |
* | Remove more uses of vector to pointer implicit conversions | lloyd | 2010-09-13 | 6 | -18/+38 |
* | More vector->pointer conversion removals. | lloyd | 2010-09-13 | 1 | -3/+3 |
* | Anywhere where we use MemoryRegion::begin to get access to the raw pointer | lloyd | 2010-09-13 | 15 | -18/+18 |
* | Big, invasive but mostly automated change, with a further attempt at | lloyd | 2010-09-07 | 15 | -25/+25 |
* | Also allow clang with 32-bit assembly code, everything seems to work | lloyd | 2010-08-08 | 4 | -75/+0 |
* | Clang understands at least some GCC inline asm syntax as well as what | lloyd | 2010-08-08 | 1 | -0/+1 |
* | Consolidate the two engines that provided assembler implementations | lloyd | 2010-07-13 | 1 | -1/+1 |
* | For the SHA-2 classes, don't use inheritence to share a handful of | lloyd | 2010-06-28 | 4 | -85/+106 |
* | Replace "@return a blah" and "@return the blah" with just "@return blah" | lloyd | 2010-06-16 | 1 | -1/+1 |
* | Yet more Doxygen comments | lloyd | 2010-06-16 | 2 | -6/+18 |
* | More Doxygen comments | lloyd | 2010-06-16 | 7 | -2/+32 |
* | Tiger::clone's result always used 3 passes | lloyd | 2010-06-16 | 1 | -1/+5 |
* | More Doxygen | lloyd | 2010-06-15 | 3 | -4/+18 |
* | More Doxygen updates/fixes | lloyd | 2010-06-15 | 19 | -32/+44 |
* | More Doxygen fixes | lloyd | 2010-06-15 | 1 | -2/+3 |
* | Use "/*" instead of "/**" in starting comments at the begining of a file. | lloyd | 2010-06-07 | 9 | -9/+9 |
* | Remove FORK-256; it's obscure and has been definitively broken. | lloyd | 2010-05-25 | 3 | -189/+0 |
* | Check to make sure the user didn't provide two of the same has for | lloyd | 2010-04-23 | 1 | -0/+3 |
* | Remove some C-style casts | lloyd | 2010-04-23 | 1 | -1/+1 |
* | Comb4P: hashes must be the same length | lloyd | 2010-04-22 | 1 | -2/+0 |
* | Add Comb4P hash combiner, as described in Anja Lehmann's thesis. | lloyd | 2010-04-17 | 3 | -0/+152 |
* | Remove SecureBuffer, which is the fixed-size variant of SecureVector. | lloyd | 2010-03-23 | 17 | -33/+33 |
* | Line wrap | lloyd | 2010-03-02 | 1 | -6/+12 |
* | MD4's M buffer was set to be 48 words instead of 16. This had been | lloyd | 2010-02-03 | 1 | -1/+1 |
* | Move the get_byte template to its own header, because many files | lloyd | 2010-02-02 | 3 | -3/+0 |
* | s/j/i/ in loop | lloyd | 2010-01-21 | 1 | -2/+2 |
* | Move Tiger::mix to anon namespace | lloyd | 2010-01-04 | 2 | -14/+17 |
* | Use a u32bit for the length argument to ubi_512. That value cannot possibly | lloyd | 2009-12-23 | 1 | -2/+2 |
* | Un-internal loadstor.h (and its header deps, rotate.h and | lloyd | 2009-12-21 | 19 | -30/+31 |
* | Add missing BOTAN_DLL exports. | lloyd | 2009-12-16 | 1 | -1/+1 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 20 | -32/+32 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 7 | -12/+10 |
* | Remove extern decl of no longer used/included SHA-1 SSE2 function | lloyd | 2009-11-23 | 1 | -2/+0 |
* | Instead of having two asm_macr.h files being switched in based on module | lloyd | 2009-11-14 | 4 | -4/+4 |
* | Slightly cleaner SHA-256 F1 func; ~1% faster | lloyd | 2009-11-10 | 1 | -3/+3 |
* | Cleanups - remove emails from source files, they should only live in | lloyd | 2009-11-10 | 5 | -6/+6 |
* | Add a new need_isa marker for info.txt that lets a module depend | lloyd | 2009-11-06 | 1 | -13/+2 |
* | propagate from branch 'net.randombit.botan.1_8' (head 6e8c18515725a70923b3411... | lloyd | 2009-11-03 | 59 | -688/+718 |
|\ |
|
| * | Conver the rest of the hash functions to use the array-based load instructions. | lloyd | 2009-11-03 | 5 | -40/+41 |
| * | Add a new looping load_be / load_le for loading large arrays at once, and | lloyd | 2009-10-29 | 10 | -49/+58 |
| * | propagate from branch 'net.randombit.botan' (head 4fd7eb9630271d3c1dfed21987e... | lloyd | 2009-10-29 | 4 | -342/+318 |
| |\ |
|
| | * | Clean up prep00_15 - same speed on Core2 | lloyd | 2009-10-29 | 1 | -16/+10 |
| | * | Clean up the SSE2 SHA-1 code quite a bit, make better use of C++ features | lloyd | 2009-10-29 | 2 | -308/+267 |