Implementation of the hashing interface based on the xxFAST algorithm. More...
#include <stdio.h>
#include <string.h>
#include "hash.h"
Go to the source code of this file.
Implementation of the hashing interface based on the xxFAST algorithm.
Definition in file hash_xxfast.c.