diff options
author | Mattias Andrée <maandree@kth.se> | 2024-09-01 16:34:46 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-09-01 16:34:46 +0200 |
commit | d737d34b436f673173695c4c772f0ddef9fe7837 (patch) | |
tree | f6bf400809124d411eaff38fe2c9d24842c8d23a /libhashsum.7 | |
parent | m fix (diff) | |
download | libhashsum-d737d34b436f673173695c4c772f0ddef9fe7837.tar.gz libhashsum-d737d34b436f673173695c4c772f0ddef9fe7837.tar.bz2 libhashsum-d737d34b436f673173695c4c772f0ddef9fe7837.tar.xz |
Add support for BLAKE2 (but not tree-hashing)
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | libhashsum.7 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libhashsum.7 b/libhashsum.7 index 1945b99..ec8dcb1 100644 --- a/libhashsum.7 +++ b/libhashsum.7 @@ -20,7 +20,7 @@ Link with (unless support for Keccak, SHA-3, SHAKE, and RawSHAKE was excluded) .br .I -lblake -(unless support for BLAKE was excluded). +(unless support for BLAKE and BLAKE2 was excluded). .SH DESCRIPTION The @@ -46,6 +46,9 @@ RawSHAKE128, RawSHAKE256, RawSHAKE512 .TP Via libblake>=1.1 BLAKE224, BLAKE256, BLAKE384, BLAKE512 +.TP +Via libblake>=3.0 +BLAKE2s, BLAKE2b .PP For each hash function, .B libhashsum |