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:
Takayuki MATSUOKA 2016-02-21 23:20:47 +09:00
parent 63bf063899
commit acb925f1e1

View File

@ -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
-------