X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Frc5.c;h=290d311089e27306fdc4a0b4c2c2cfc76dd9b2ac;hb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;hp=ea377c5814e10ce2a507f85ec33943d7f3326714;hpb=22df1889422ee8031d08d1d6f08117c79dbade96;p=silc.git diff --git a/lib/silccrypt/rc5.c b/lib/silccrypt/rc5.c index ea377c58..290d3110 100644 --- a/lib/silccrypt/rc5.c +++ b/lib/silccrypt/rc5.c @@ -58,6 +58,13 @@ SILC_CIPHER_API_SET_KEY(rc5_cbc) return TRUE; } +/* Sets IV for the cipher. */ + +SILC_CIPHER_API_SET_IV(rc5_cbc) +{ + +} + /* Returns the size of the cipher context. */ SILC_CIPHER_API_CONTEXT_LEN(rc5_cbc)