Richard Levitte
|
5f24adda77
|
Oops, I forgot to replace 'counter' with 'ivec' when used...
|
2003-07-03 20:50:46 +00:00 |
|
Richard Levitte
|
29e62e487f
|
Change AES-CTR to increment the IV by 1 instead of 2^64.
|
2003-07-03 06:41:33 +00:00 |
|
Bodo Möller
|
e2c2152be9
|
disable weird assert()s
|
2002-11-13 14:01:19 +00:00 |
|
Richard Levitte
|
9a01bc0732
|
Add more commentary. Check that *num is smaller than the block size.
|
2002-10-11 22:42:40 +00:00 |
|
Richard Levitte
|
dbcc560717
|
The AES CTR API was buggy, we need to save the encrypted counter as well
between calls, or that will be lost if it returned with *num non-zero.
|
2002-10-11 22:37:44 +00:00 |
|
Richard Levitte
|
6c98ed520d
|
Correct AES counter mode, which incorrectly incremented the counter before
using it.
PR: 56
|
2002-05-30 14:06:17 +00:00 |
|
Richard Levitte
|
97879bcd57
|
Add the modes OFB128, CFB128 and CTR128 to AES.
Submitted by Stephen Sprunk <stephen@sprunk.org>
|
2002-02-16 12:20:34 +00:00 |
|