mirror of
https://github.com/FEX-Emu/xxHash.git
synced 2024-12-04 04:31:59 +00:00
Emphasis "xxHash is non-cryptographic algorithm"
Scine all short description in xxHash github repository and github.io has "non-cryptographic", I added it for both short and long description in manpage.
This commit is contained in:
parent
63bf063899
commit
acb925f1e1
@ -1,5 +1,5 @@
|
||||
xxhsum(1) -- print or check xxHash checksums
|
||||
============================================
|
||||
xxhsum(1) -- print or check xxHash non-cryptographic checksums
|
||||
==============================================================
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
@ -18,6 +18,9 @@ md5sum(1). Differences are: `xxhsum` doesn't have text/binary mode switch
|
||||
have short option switch for warning (`-w`). `xxhsum` has hash bit width
|
||||
switch (`-H`);
|
||||
|
||||
Since xxHash is non-cryptographic checksum algorithm, `xxhsum` should not be
|
||||
used any more for security related purposes.
|
||||
|
||||
OPTIONS
|
||||
-------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user