view src/proto/crypt_zip.pro @ 35089:f334642b40b4 default tip

Added tag v9.1.0385 for changeset 30cc85d355c1b9eac66f6cc3660f88b773d9fb8a
author Christian Brabandt <cb@256bit.org>
date Wed, 01 May 2024 12:00:08 +0200
parents 3d4e28569a6d
children
line wrap: on
line source

/* crypt_zip.c */
int crypt_zip_init(cryptstate_T *state, char_u *key, crypt_arg_T *arg);
void crypt_zip_encode(cryptstate_T *state, char_u *from, size_t len, char_u *to, int last);
void crypt_zip_decode(cryptstate_T *state, char_u *from, size_t len, char_u *to, int last);
/* vim: set ft=c : */