view src/proto/crypt_zip.pro @ 32873:ebda645f56be

Added tag v9.0.1745 for changeset 7a1a9ce831c38304e9c280ad1cf1068b938f4f8c
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Aug 2023 13:30:09 +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 : */