Major restructuring of the internals of SILC Cipher API
[crypto.git] / lib / silccrypt / cast5.h
index 2860ab16531c510e88298a4190e27d013bf46e03..5e403ad737ed26c3ddd0e40ce973a7531b754bd3 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 2007 Pekka Riikonen
+  Copyright (C) 2007 - 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
@@ -26,7 +26,8 @@
 
 SILC_CIPHER_API_SET_KEY(cast5);
 SILC_CIPHER_API_SET_IV(cast5);
-SILC_CIPHER_API_CONTEXT_LEN(cast5);
+SILC_CIPHER_API_INIT(cast5);
+SILC_CIPHER_API_UNINIT(cast5);
 SILC_CIPHER_API_ENCRYPT(cast5);
 SILC_CIPHER_API_DECRYPT(cast5);