librsync  2.3.4
Data Fields
rabinkarp Struct Reference

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...
 

Detailed Description

The rabinkarp_t state type.

Definition at line 56 of file rabinkarp.h.

Field Documentation

◆ count

size_t rabinkarp::count

Count of bytes included in sum.

Definition at line 57 of file rabinkarp.h.

◆ hash

uint32_t rabinkarp::hash

The accumulated hash value.

Definition at line 58 of file rabinkarp.h.

◆ mult

uint32_t rabinkarp::mult

The value of RABINKARP_MULT^count.

Definition at line 59 of file rabinkarp.h.


The documentation for this struct was generated from the following file: