view src/proto/blowfish.pro @ 2214:f8222d1f9a73 vim73

Included patch for persistent undo. Lots of changes and added test.
author Bram Moolenaar <bram@vim.org>
date Sun, 23 May 2010 23:34:36 +0200
parents f60a0c9cbe6c
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 : */