xref: /vim-8.2.3635/src/proto/blowfish.pro (revision 2bf24176)
1/* blowfish.c */
2void crypt_blowfish_encode __ARGS((cryptstate_T *state, char_u *from, size_t len, char_u *to));
3void crypt_blowfish_decode __ARGS((cryptstate_T *state, char_u *from, size_t len, char_u *to));
4void crypt_blowfish_init __ARGS((cryptstate_T *state, char_u *key, char_u *salt, int salt_len, char_u *seed, int seed_len));
5int blowfish_self_test __ARGS((void));
6/* vim: set ft=c : */
7