0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Functions
Checksum.h File Reference

Implementation of checksum routines. More...

This graph shows which files directly or indirectly include this file:

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

Detailed Description

Implementation of checksum routines.

This file implements the fletcher32 checksum algorithm.

Definition in file Checksum.h.