this struct represents a SHA1-hash context. More...
#include <hl_sha1.h>
Public Attributes | |
hl_uint32 | Intermediate_Hash [SHA1HashSize/4] |
hl_uint32 | Length_Low |
hl_uint32 | Length_High |
hl_uint16 | Message_Block_Index |
hl_uint8 | Message_Block [64] |
int | Computed |
int | Corrupted |
this struct represents a SHA1-hash context.
Is the digest computed?
Is the message digest corrupted?
hl_uint32 HL_SHA1_CTX::Intermediate_Hash[SHA1HashSize/4] |
Message Digest
Message length in bits
Message length in bits
512-bit message blocks
Index into message block array