ftwin 0.8.10
checksum.h
Go to the documentation of this file.
1
6#ifndef CHECKSUM_H
7#define CHECKSUM_H
8#include <apr.h>
9
10/* Include the vendored header. Assumes -Isrc is set in CFLAGS/CPPFLAGS */
11#include "xxhash.h"
12
19
20#endif
XXH128_hash_t ft_hash_t
The application-wide hash type, defined as a 128-bit XXH3 hash.
Definition checksum.h:18
The return value from 128-bit hashes.
Definition xxhash.h:1239