Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make aes_ctr.c 64-bit savvy. | Andy Polyakov | 2004-08-24 | 1 | -4/+4 |
* | The counter is big-endian. Since it comes as an array of char, | Richard Levitte | 2003-07-04 | 1 | -26/+1 |
* | Oops, I forgot to replace 'counter' with 'ivec' when used... | Richard Levitte | 2003-07-03 | 1 | -2/+2 |
* | Change AES-CTR to increment the IV by 1 instead of 2^64. | Richard Levitte | 2003-07-03 | 1 | -7/+43 |
* | disable weird assert()s | Bodo Möller | 2002-11-13 | 1 | -0/+6 |
* | Add more commentary. Check that *num is smaller than the block size. | Richard Levitte | 2002-10-12 | 1 | -1/+5 |
* | The AES CTR API was buggy, we need to save the encrypted counter as well | Richard Levitte | 2002-10-12 | 1 | -4/+5 |
* | Correct AES counter mode, which incorrectly incremented the counter before | Richard Levitte | 2002-05-30 | 1 | -1/+1 |
* | Add the modes OFB128, CFB128 and CTR128 to AES. | Richard Levitte | 2002-02-16 | 1 | -0/+117 |