Summary
Calculates RSync checksums over bytes.
Constructors
|
Initialises the checksum calculator. Window Size determines the number of bytes which are hashed (see rsync
algorithm details if this is unclear). |
Instance methods
void | | Passes all bytes in the array through the rsync hash algorithm. |
void | | Passes the specified bytes in the array through the rsync hash algorithm. |
Instance properties
uint | | Returns the rsync checksum calculated so far. |
byte[] | |