X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Fcast.c;h=65b9f1d29ce5caa9ce9c259d4db71c9a8944427a;hb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;hp=e1e1a816ad47fc06f060f79116c0c1a9d71b21ff;hpb=22df1889422ee8031d08d1d6f08117c79dbade96;p=silc.git diff --git a/lib/silccrypt/cast.c b/lib/silccrypt/cast.c index e1e1a816..65b9f1d2 100644 --- a/lib/silccrypt/cast.c +++ b/lib/silccrypt/cast.c @@ -80,6 +80,13 @@ SILC_CIPHER_API_SET_KEY(cast_cbc) return TRUE; } +/* Sets IV for the cipher. */ + +SILC_CIPHER_API_SET_IV(cast_cbc) +{ + +} + /* Returns the size of the cipher context. */ SILC_CIPHER_API_CONTEXT_LEN(cast_cbc)