arudradey's picture
download
raw
277 Bytes
#ifndef _CRYPT_H
#define _CRYPT_H
#ifdef __cplusplus
extern "C" {
#endif
struct crypt_data {
int initialized;
char __buf[256];
};
char *crypt(const char *, const char *);
char *crypt_r(const char *, const char *, struct crypt_data *);
#ifdef __cplusplus
}
#endif
#endif

Xet Storage Details

Size:
277 Bytes
·
Xet hash:
83a37eb5e4453778ebe909b937afffce4d59d9ead8306ec81c6f863cd2332ac8

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.