librsync
2.3.4
|
The rabinkarp_t state type. More...
#include <rabinkarp.h>
Data Fields | |
size_t | count |
Count of bytes included in sum. More... | |
uint32_t | hash |
The accumulated hash value. More... | |
uint32_t | mult |
The value of RABINKARP_MULT^count. More... | |
The rabinkarp_t state type.
Definition at line 56 of file rabinkarp.h.
size_t rabinkarp::count |
Count of bytes included in sum.
Definition at line 57 of file rabinkarp.h.
uint32_t rabinkarp::hash |
The accumulated hash value.
Definition at line 58 of file rabinkarp.h.
uint32_t rabinkarp::mult |
The value of RABINKARP_MULT^count.
Definition at line 59 of file rabinkarp.h.