The Rollsum class implementation of the original rsync rollsum.
More...
Go to the source code of this file.
|
#define | ROLLSUM_CHAR_OFFSET 31 |
|
|
void | RollsumUpdate (Rollsum *sum, const unsigned char *buf, size_t len) |
|
static void | RollsumInit (Rollsum *sum) |
|
static void | RollsumRotate (Rollsum *sum, unsigned char out, unsigned char in) |
|
static void | RollsumRollin (Rollsum *sum, unsigned char in) |
|
static void | RollsumRollout (Rollsum *sum, unsigned char out) |
|
static uint32_t | RollsumDigest (Rollsum *sum) |
|
The Rollsum class implementation of the original rsync rollsum.
Definition in file rollsum.h.
◆ Rollsum