Md2Context Struct Reference
Context for MD2 computation. More...
#include <md2.h>
Data Fields | |
| uint8_t | buffer [CONFIG_MD2_BLOCK_LEN] |
| Input buffer. | |
| uint8_t | state [CONFIG_MD2_BLOCK_LEN] |
| Current state buffer. | |
| uint8_t | checksum [CONFIG_MD2_BLOCK_LEN] |
| Checksum. | |
| size_t | counter |
| Counter of remaining bytes. | |
Detailed Description
Context for MD2 computation.Definition at line 59 of file md2.h.
The documentation for this struct was generated from the following file:
