X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilccrypt%2Ftwofish.c;h=e8f3bd44d88dc0fc961dea93b21b029b3ebed6f2;hp=ced96d3df4f76b239551b26f33a1815beb17d17f;hb=fb1e58b1bc106212a845da866d0d4e9433c3ae22;hpb=cfbb152ac8b20cd4581fa72833b7a373de4c3bae diff --git a/lib/silccrypt/twofish.c b/lib/silccrypt/twofish.c index ced96d3d..e8f3bd44 100644 --- a/lib/silccrypt/twofish.c +++ b/lib/silccrypt/twofish.c @@ -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)