Annotation of truecrypt/crypto/sha1.h, revision 1.1

1.1     ! root        1: typedef struct {
        !             2:     unsigned long state[5];
        !             3:     unsigned long count[2];
        !             4:     unsigned char buffer[64];
        !             5: } SHA1_CTX;
        !             6: 
        !             7: #define SHA_BLOCKSIZE   64
        !             8: #define SHA_DIGESTSIZE  20
        !             9: 
        !            10: void SHA1TRANSFORM ( unsigned long state [5 ], unsigned char buffer [64 ]);
        !            11: void _cdecl SHA1Init ( SHA1_CTX *context );
        !            12: void _cdecl SHA1Update ( SHA1_CTX *context , unsigned char *data , unsigned int len );
        !            13: void _cdecl SHA1Final ( unsigned char digest [20 ], SHA1_CTX *context );

unix.superglobalmegacorp.com

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