Annotation of truecrypt/crypto/serpent.h, revision 1.1.1.5

1.1.1.4   root        1: #ifndef HEADER_Crypto_Serpent
                      2: #define HEADER_Crypto_Serpent
                      3: 
1.1.1.5 ! root        4: #include "Common/Tcdefs.h"
        !             5: 
1.1.1.4   root        6: #ifdef __cplusplus
                      7: extern "C"
                      8: {
                      9: #endif
                     10: 
1.1.1.3   root       11: void serpent_set_key(const unsigned __int8 userKey[], int keylen, unsigned __int8 *ks);
                     12: void serpent_encrypt(const unsigned __int8 *inBlock, unsigned __int8 *outBlock, unsigned __int8 *ks);
                     13: void serpent_decrypt(const unsigned __int8 *inBlock,  unsigned __int8 *outBlock, unsigned __int8 *ks);
1.1.1.4   root       14: 
                     15: #ifdef __cplusplus
                     16: }
                     17: #endif
                     18: 
                     19: #endif // HEADER_Crypto_Serpent

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.