Define the state of the MD5 Algorithm.
More...
#include <md5.h>
|
| md5_word_t | count [2] |
| md5_word_t | abcd [4] |
| md5_byte_t | buf [64] |
Define the state of the MD5 Algorithm.
Definition at line 73 of file md5.h.
◆ abcd
| md5_word_t md5_state_t::abcd[4] |
digest buffer
Definition at line 75 of file md5.h.
◆ buf
| md5_byte_t md5_state_t::buf[64] |
accumulate block
Definition at line 76 of file md5.h.
◆ count
| md5_word_t md5_state_t::count[2] |
message length in bits, lsw first
Definition at line 74 of file md5.h.
The documentation for this struct was generated from the following file:
- /pbulk/work/games/naev/work/naev-0.12.5/src/md5.h