Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix PR 166 | lloyd | 2011-12-08 | 1 | -5/+9 |
* | Add a simple but functioning implementation of Keccak. Only the | lloyd | 2010-12-10 | 1 | -0/+9 |
* | Old function name, and made message confusing anyway | lloyd | 2010-11-05 | 1 | -2/+1 |
* | Was missing the Engine PBKDF lookup routine | lloyd | 2010-11-04 | 1 | -0/+52 |
* | Move PBKDF lookups to engine | lloyd | 2010-11-04 | 2 | -0/+4 |
* | In all cases where the block size of the cipher is fixed, the key | lloyd | 2010-10-14 | 1 | -2/+0 |
* | More size_t | lloyd | 2010-10-13 | 2 | -2/+2 |
* | s/BLOCK_SIZE/block_size()/ | lloyd | 2010-10-13 | 1 | -1/+1 |
* | Use size_t in SCAN_Name | lloyd | 2010-10-12 | 3 | -8/+8 |
* | Fix macro | lloyd | 2010-09-30 | 1 | -0/+1 |
* | Split SHA-2 into 32 and 64 bit versions; they are totally independent | lloyd | 2010-09-30 | 1 | -2/+7 |
* | Rename Default_Engine to Core_Engine which describes its purposes | lloyd | 2010-07-27 | 9 | -0/+1141 |