|
|
1.1 root 1: #ifndef u4byte
2: typedef unsigned long u4byte;
3: #endif
4: #ifndef u1byte
5: typedef unsigned char u1byte;
6: #endif
7:
8: char* serpent_name(void);
9: void _cdecl serpent_set_key(const u1byte in_key[], const u4byte key_len, u1byte *serpent_l_key);
10: void _cdecl serpent_decrypt(const u1byte in_blk[16], u1byte out_blk[16], u1byte *serpent_l_key);
11: void _cdecl serpent_encrypt(const u1byte in_blk[16], u1byte out_blk[16], u1byte *serpent_l_key);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.