crypto_md5_context_t Struct Reference
#include <md5.h>
Collaboration diagram for crypto_md5_context_t:
Public Attributes | |
uint32_t | state [MD5_STATESIZE/4] |
state (ABCD) More... | |
uint32_t | count |
Bytes in message. More... | |
uint8_t | buffer [MD5_BLOCKSIZE] |
Input buffer. More... | |
Member Data Documentation
◆ buffer
uint8_t crypto_md5_context_t::buffer[MD5_BLOCKSIZE] |
Input buffer.
◆ count
uint32_t crypto_md5_context_t::count |
Bytes in message.
◆ state
uint32_t crypto_md5_context_t::state[MD5_STATESIZE/4] |
state (ABCD)
The documentation for this struct was generated from the following file: