|
libaaruformat 1.0
Aaru Data Preservation Suite - Format Library
|
#include <aaruformat/spamsum.h>
Data Fields | |
| uint8_t | window [7] |
| uint32_t | h1 |
| uint32_t | h2 |
| uint32_t | h3 |
| uint32_t | n |
| uint32_t roll_state::h1 |
Definition at line 44 of file spamsum.h.
Referenced by roll_hash().
| uint32_t roll_state::h2 |
Definition at line 45 of file spamsum.h.
Referenced by roll_hash().
| uint32_t roll_state::h3 |
Definition at line 46 of file spamsum.h.
Referenced by roll_hash().
| uint32_t roll_state::n |
Definition at line 47 of file spamsum.h.
Referenced by roll_hash().
| uint8_t roll_state::window[7] |
Definition at line 43 of file spamsum.h.
Referenced by roll_hash().