X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Fblowfish.h;h=ece02a38b9cf3731a9eefe4ba421579cadb72f64;hb=9f20f0382b6229eca740925a73f96294f6dcedc6;hp=2a76db06a561803b742fbb8ccf5a599c7cd0ec0f;hpb=22df1889422ee8031d08d1d6f08117c79dbade96;p=crypto.git diff --git a/lib/silccrypt/blowfish.h b/lib/silccrypt/blowfish.h index 2a76db06..ece02a38 100644 --- a/lib/silccrypt/blowfish.h +++ b/lib/silccrypt/blowfish.h @@ -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);