From: Tobias R. <to...@ri...> - 2002-04-10 16:36:37
|
On 10 Apr 2002, David Bryson wrote: > Ok, yesterday I updated the documentation (README's etc). And I ran out > of steam, so any ideas on what else needs to be added would be great. > If you all have some time, go over what I have > www.cs.du.edu/~dbryson/crypto The example code has at least one typo: struct cipher_implementation* ci == cx->ci; Unrelated to the docs, I see that most ciphers do not set the key_length member of the cipher_context struct. That should probably be fixed as well. /Tobias |