xxHash/cli
Yann Collet 59b651e386 detail selectable hash algorithms on -h page
suggested by @sergeevabc
2023-12-27 21:12:06 -08:00
..
.tipi 🔧 fixing https://github.com/Cyan4973/xxHash/pull/759 2022-11-10 17:17:18 +01:00
COPYING clarify license 2021-11-25 13:57:02 -08:00
README.md clarify license 2021-11-25 13:57:02 -08:00
xsum_arch.h Merge pull request #825 from easyaspi314/wasm128 2023-07-09 22:21:00 -07:00
xsum_bench.c benchmark : adjust initial speed target to 10 MB/s 2023-03-09 17:13:22 -08:00
xsum_bench.h separate benchmark functions into xsum_bench.c 2021-11-28 10:44:00 -08:00
xsum_config.h separate benchmark functions into xsum_bench.c 2021-11-28 10:44:00 -08:00
xsum_os_specific.c xxhsum: use pledge(2) on OpenBSD 2023-09-14 10:49:27 +01:00
xsum_os_specific.h updated copyright years 2021-12-08 11:04:22 -08:00
xsum_output.c fixed minor warnings 2021-12-11 10:28:20 -08:00
xsum_output.h updated copyright years 2021-12-08 11:04:22 -08:00
xsum_sanity_check.c added one test length for xxh sanity checks 2023-03-09 09:27:40 -08:00
xsum_sanity_check.h updated copyright years 2021-12-08 11:04:22 -08:00
xxhsum.1 added tests for xxh3sum 2023-07-25 18:57:11 +02:00
xxhsum.1.md added tests for xxh3sum 2023-07-25 18:57:11 +02:00
xxhsum.c detail selectable hash algorithms on -h page 2023-12-27 21:12:06 -08:00

README.md

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.