Major restructuring of the internals of SILC Cipher API
[crypto.git] / lib / silccrypt / des.h
index ae187f284c81d81912409ac14273d68617ba3218..1a612f9307156b252dbc2f18b52abef231814901 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
 
 SILC_CIPHER_API_SET_KEY(des);
 SILC_CIPHER_API_SET_IV(des);
-SILC_CIPHER_API_CONTEXT_LEN(des);
+SILC_CIPHER_API_INIT(des);
+SILC_CIPHER_API_UNINIT(des);
 SILC_CIPHER_API_ENCRYPT(des);
 SILC_CIPHER_API_DECRYPT(des);
 
 SILC_CIPHER_API_SET_KEY(3des);
 SILC_CIPHER_API_SET_IV(3des);
-SILC_CIPHER_API_CONTEXT_LEN(3des);
+SILC_CIPHER_API_INIT(3des);
+SILC_CIPHER_API_UNINIT(3des);
 SILC_CIPHER_API_ENCRYPT(3des);
 SILC_CIPHER_API_DECRYPT(3des);