crypto_sha224_context_t Struct Reference
#include <sha2.h>
Collaboration diagram for crypto_sha224_context_t:
Public Attributes | |
uint32_t | state [8] |
uint32_t | count |
uint8_t | buffer [SHA224_BLOCKSIZE] |
Member Data Documentation
◆ buffer
uint8_t crypto_sha224_context_t::buffer[SHA224_BLOCKSIZE] |
◆ count
uint32_t crypto_sha224_context_t::count |
◆ state
uint32_t crypto_sha224_context_t::state[8] |
The documentation for this struct was generated from the following file: