|
MentOS
0.8.0
The Mentoring Operating System
|
Structure that holds context information for SHA-256 operations. More...
Public Attributes | |
| uint8_t | data [64] |
| Input data block being processed (512 bits / 64 bytes). | |
| uint32_t | datalen |
| Length of the current data in the buffer (in bytes). | |
| unsigned long long | bitlen |
| Total length of the input in bits (for padding). | |
| uint32_t | state [8] |
| Current hash state (256 bits / 8 * 32-bit words). | |
Structure that holds context information for SHA-256 operations.