Update of /project/crypticl/cvsroot/crypticl/doc In directory clnet:/tmp/cvs-serv24062/doc
Modified Files: TODO Log Message: Get rid of load time warnings by reordering some code.
Becuase the random number generator uses aes, aes must come before random, but aes depends on the keygenerator for producing keys which again depends on random; a circle dependency. Solve this a bit hackish by moving some aes code related to keys into keygenerator.
--- /project/crypticl/cvsroot/crypticl/doc/TODO 2007/01/24 21:45:12 1.6 +++ /project/crypticl/cvsroot/crypticl/doc/TODO 2007/01/27 17:07:17 1.7 @@ -3,10 +3,6 @@
-bug in AES key expansion for 256-bit keys, maybe others. More test cases needed. --Get high entropy seed for PRNG on Windows (native API CryptGenRandom, -Advapi32.dll, Wincrypt.h,) --Replace use of SHA-1 in PRNG with a block cipher (AES) in counter mode. --Study the Fortuna PRNG. -more example applications to test and improve the api -SHA-512? -Document how to run the full test set (when porting to new platform).