This structure will hold context information for the hashing operation. More...
#include <sha1.h>
Data Fields | |
| unsigned | Message_Digest [5] |
| unsigned | Length_Low |
| unsigned | Length_High |
| unsigned char | Message_Block [64] |
| int | Message_Block_Index |
| int | Computed |
| int | Corrupted |
This structure will hold context information for the hashing operation.
Is the digest computed?
Is the message digest corruped?
| unsigned SHA1Context::Length_High |
Message length in bits
| unsigned SHA1Context::Length_Low |
Message length in bits
| unsigned char SHA1Context::Message_Block[64] |
512-bit message blocks
Index into message block array
| unsigned SHA1Context::Message_Digest[5] |
Message Digest (output)
1.6.3