Hashing functions for the taskrambler framework.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
192 B

#ifndef __TR_HASHING_H__
#define __TR_HASHING_H__
#include "tr/sdbm.h"
#include "tr/sha1.h"
#include "tr/uuid.h"
#include "tr/hexencode.h"
#endif // __TR_HASHING_H__
// vim: set ts=4 sw=4: