Major restructuring of the internals of SILC Cipher API
[crypto.git] / lib / silccrypt / aes.h
index 18666454861dd49110932dad473eeeaa8a572f51..f573638b2c003a57d01a0e1922e5ed4b3b70c6db 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 1997 - 2006 Pekka Riikonen
+  Copyright (C) 1997 - 2008 Pekka Riikonen
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
 #define AES_H
 
 /*
- * SILC Crypto API for Rijndael
+ * SILC Crypto API for AES
  */
 
 SILC_CIPHER_API_SET_KEY(aes);
-SILC_CIPHER_API_CONTEXT_LEN(aes);
-SILC_CIPHER_API_ENCRYPT_CBC(aes);
-SILC_CIPHER_API_DECRYPT_CBC(aes);
+SILC_CIPHER_API_SET_IV(aes);
+SILC_CIPHER_API_ENCRYPT(aes);
+SILC_CIPHER_API_DECRYPT(aes);
+SILC_CIPHER_API_INIT(aes);
+SILC_CIPHER_API_UNINIT(aes);
 
 #endif