ftwin 0.8.10
|
Defines the core checksum type used throughout the application. More...
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. | |
Defines the core checksum type used throughout the application.
Definition in file checksum.h.
typedef XXH128_hash_t 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.