Implementation of checksum routines. More...
Go to the source code of this file.
Namespaces | |
Hypertable | |
Hypertable definitions | |
Functions | |
uint32_t | Hypertable::fletcher32 (const void *data, size_t len) |
Compute fletcher32 checksum for arbitary data. More... | |
Implementation of checksum routines.
This file implements the fletcher32 checksum algorithm.
Definition in file Checksum.h.