view src/proto/blowfish.pro @ 2180:f60a0c9cbe6c vim73

Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
author Bram Moolenaar <bram@vim.org>
date Sun, 16 May 2010 22:32:54 +0200
parents
children 4e0124f5aee2
line wrap: on
line source

/* blowfish.c */
void bf_key_init __ARGS((char_u *password));
void bf_ofb_init __ARGS((char_u *iv, int iv_len));
void bf_ofb_update __ARGS((int c));
int bf_ranbyte __ARGS((void));
int blowfish_self_test __ARGS((void));
/* vim: set ft=c : */