cosmopolitan/third_party/xxhash/cli
2023-07-01 20:56:53 -07:00
..
COPYING Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
README.md Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xsum_arch.h Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xsum_bench.c Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xsum_bench.h Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xsum_config.h Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xsum_os_specific.c Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xsum_os_specific.h Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xsum_output.c Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xsum_output.h Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xsum_sanity_check.c Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xsum_sanity_check.h Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xxhsum.1 Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xxhsum.1.md Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xxhsum.c Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00

// clang-format off This directory contains source code dedicated to the xxhsum command line utility, which is a user program of libxxhash.

Note that, in contrast with the library libxxhash, the command line utility xxhsum ships with GPLv2 license.