sha1_ctx Struct Reference
data structure holding the state of the hash processing.
More...
|
Data Fields |
| uint_least64_t | cnt |
| | total so far in bits.
|
| uint_least32_t | data [SHA1_LBLOCK] |
| | load data into chunks here.
|
| unsigned | data_len |
| | number of bytes used in data.
|
| uint_least32_t | h [5] |
| | five hash state values for 160-bits.
|
Detailed Description
data structure holding the state of the hash processing.
Definition at line 2863 of file boris.c.
Field Documentation
total so far in bits.
Definition at line 2867 of file boris.c.
load data into chunks here.
Definition at line 2865 of file boris.c.
number of bytes used in data.
(not the number of words/elements)
Definition at line 2868 of file boris.c.
five hash state values for 160-bits.
Definition at line 2865 of file boris.c.
The documentation for this struct was generated from the following file: