Major restructuring of the internals of SILC Cipher API
[crypto.git] / lib / silccrypt / blowfish.h
index 2a76db06a561803b742fbb8ccf5a599c7cd0ec0f..ece02a38b9cf3731a9eefe4ba421579cadb72f64 100644 (file)
@@ -25,7 +25,9 @@
  */
 
 SILC_CIPHER_API_SET_KEY(blowfish_cbc);
-SILC_CIPHER_API_CONTEXT_LEN(blowfish_cbc);
+SILC_CIPHER_API_SET_IV(blowfish_cbc);
+SILC_CIPHER_API_INIT(blowfish_cbc);
+SILC_CIPHER_API_UNINIT(blowfish_cbc);
 SILC_CIPHER_API_ENCRYPT(blowfish_cbc);
 SILC_CIPHER_API_DECRYPT(blowfish_cbc);