From 40e6a71c6777242a254f1748766aa0e60764ebb3 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 16 May 2010 22:32:54 +0200 Subject: Add the blowfish encryption patch from Mohsin Ahmed. Needs more work. --- src/proto/blowfish.pro | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/proto/blowfish.pro (limited to 'src/proto/blowfish.pro') diff --git a/src/proto/blowfish.pro b/src/proto/blowfish.pro new file mode 100644 index 000000000..6b6628742 --- /dev/null +++ b/src/proto/blowfish.pro @@ -0,0 +1,7 @@ +/* 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 : */ -- cgit v1.2.3