sha1_context Struct Reference
#include <sha1.h>
Detailed Description
SHA-1 context structure.
Definition at line 29 of file sha1.h.
|
Data Fields |
unsigned char | buffer [64] |
unsigned char | ipad [64] |
unsigned char | opad [64] |
unsigned long | state [5] |
unsigned long | total [2] |
Field Documentation
data block being processed
Definition at line 33 of file sha1.h.
HMAC: inner padding
Definition at line 35 of file sha1.h.
HMAC: outer padding
Definition at line 36 of file sha1.h.
intermediate digest state
Definition at line 32 of file sha1.h.
number of bytes processed
Definition at line 31 of file sha1.h.