Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use size_t rather than u32bit for the blocks argument of encrypt_n | lloyd | 2010-10-12 | 2 | -5/+5 |
* | s/u32bit/size_t/ for block cipher parallelism queries | lloyd | 2010-10-12 | 1 | -1/+1 |
* | First set of changes for avoiding use implicit vector->pointer conversions | lloyd | 2010-09-13 | 1 | -2/+6 |
* | Only call the scalar versions if we actually have leftover blocks to | lloyd | 2010-06-22 | 1 | -2/+4 |
* | In IDEA, Noekeon, Serpent, XTEA, provide and use ro accessor functions | lloyd | 2010-06-21 | 1 | -2/+2 |
* | More Doxygen fixes | lloyd | 2010-06-15 | 1 | -1/+1 |
* | Change BlockCipher::parallelism() to return the native parallelism of | lloyd | 2010-05-25 | 1 | -1/+1 |
* | Set parallelism defaults. | lloyd | 2010-02-25 | 1 | -0/+2 |
* | Kill unneeded include | lloyd | 2010-01-12 | 1 | -1/+0 |
* | Add last nights project, an SSE2 implementation of IDEA. Right about 4x | lloyd | 2009-12-23 | 3 | -0/+263 |