Added CFB mode to aes, twofish and cast5. Unified the CBC, CFB and
authorPekka Riikonen <priikone@silcnet.org>
Sat, 14 Jul 2007 10:53:43 +0000 (10:53 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sat, 14 Jul 2007 10:53:43 +0000 (10:53 +0000)
commitc145f2f7712489b6530438b18bd71e5d1e6ec642
tree0f8e1838b78e653ebd60a56551abdcce2838a5d9
parent4e49b3fd1df56acb5e6f1c9bf32cc66305290e5f
Added CFB mode to aes, twofish and cast5.  Unified the CBC, CFB and
CTR mode APIs.
12 files changed:
CHANGES.CRYPTO
lib/silccrypt/aes.c
lib/silccrypt/cast5.c
lib/silccrypt/ciphers_def.h
lib/silccrypt/rijndael_internal.h
lib/silccrypt/silccipher.c
lib/silccrypt/silccipher.h
lib/silccrypt/silccipher_i.h
lib/silccrypt/tests/test_aes.c
lib/silccrypt/tests/test_cast5.c
lib/silccrypt/tests/test_twofish.c
lib/silccrypt/twofish.c