Implementation of the hashing interface based on the XOR function. 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 XOR function.
Definition in file hash_xor.c.