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 |
|