crypto_sha1_context_t Struct Reference
#include <sha1.h>
Collaboration diagram for crypto_sha1_context_t:
Public Attributes | |
| uint32_t | state [SHA1_STATESIZE/4] |
| Message Digest. More... | |
| uint32_t | count |
| Message length in bytes. More... | |
| uint8_t | buffer [SHA1_BLOCKSIZE] |
| 512-bit message blocks More... | |
Member Data Documentation
◆ buffer
| uint8_t crypto_sha1_context_t::buffer[SHA1_BLOCKSIZE] |
512-bit message blocks
◆ count
| uint32_t crypto_sha1_context_t::count |
Message length in bytes.
◆ state
| uint32_t crypto_sha1_context_t::state[SHA1_STATESIZE/4] |
Message Digest.
The documentation for this struct was generated from the following file:
1.8.17