MentOS  0.8.0
The Mentoring Operating System
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Public Attributes | List of all members
SHA256_ctx_t Struct Reference

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).
 

Detailed Description

Structure that holds context information for SHA-256 operations.


The documentation for this struct was generated from the following file: