/**
 *
 */
#ifndef HASH_H
#define HASH_H

#define HASH_MAX 256

unsigned char hashCode(const char* dat, unsigned int len);

#endif
