ftwin 0.8.10
checksum.h File Reference

Defines the core checksum type used throughout the application. More...

#include <apr.h>
#include "xxhash.h"
Include dependency graph for checksum.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef XXH128_hash_t ft_hash_t
 The application-wide hash type, defined as a 128-bit XXH3 hash.
 

Detailed Description

Defines the core checksum type used throughout the application.

Definition in file checksum.h.

Typedef Documentation

◆ ft_hash_t

The application-wide hash type, defined as a 128-bit XXH3 hash.

This type is used to store the result of file content hashing operations.

Definition at line 18 of file checksum.h.