Fixed counter mode encryption/decryption.
[silc.git] / lib / silccrypt / twofish.c
index ced96d3df4f76b239551b26f33a1815beb17d17f..e8f3bd44d88dc0fc961dea93b21b029b3ebed6f2 100644 (file)
@@ -59,6 +59,13 @@ SILC_CIPHER_API_SET_KEY(twofish_cbc)
   return TRUE;
 }
 
+/* Sets IV for the cipher. */
+
+SILC_CIPHER_API_SET_IV(twofish_cbc)
+{
+
+}
+
 /* Returns the size of the cipher context. */
 
 SILC_CIPHER_API_CONTEXT_LEN(twofish_cbc)