46
46
typedef struct SHA1_CONTEXT
48
48
uint64_t Length; /* Message length in bits */
50
50
int Computed; /* Is the digest computed? */
51
51
int Corrupted; /* Is the message digest corrupted? */
52
52
int16 Message_Block_Index; /* Index into message block array */