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

1.1.1.4 ! root        1: #ifndef HEADER_Crypto_Serpent
        !             2: #define HEADER_Crypto_Serpent
        !             3: 
        !             4: #ifdef __cplusplus
        !             5: extern "C"
        !             6: {
        !             7: #endif
        !             8: 
1.1.1.3   root        9: void serpent_set_key(const unsigned __int8 userKey[], int keylen, unsigned __int8 *ks);
                     10: void serpent_encrypt(const unsigned __int8 *inBlock, unsigned __int8 *outBlock, unsigned __int8 *ks);
                     11: void serpent_decrypt(const unsigned __int8 *inBlock,  unsigned __int8 *outBlock, unsigned __int8 *ks);
1.1.1.4 ! root       12: 
        !            13: #ifdef __cplusplus
        !            14: }
        !            15: #endif
        !            16: 
        !            17: #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.