2025-03-14 21:59:59 -06:00
|
|
|
# xxhsum
|
|
|
|
|
|
|
|
|
|
> Print or verify checksums using fast non-cryptographic algorithm xxHash.
|
2025-05-08 12:26:01 -06:00
|
|
|
> More information: <https://manned.org/xxhsum>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Calculate the checksum for a file using a specific algorithm:
|
|
|
|
|
|
|
|
|
|
`xxhsum -H{{0|32|64|128}} {{path/to/file}}`
|
|
|
|
|
|
|
|
|
|
- Run benchmark:
|
|
|
|
|
|
|
|
|
|
`xxhsum -b`
|