aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-26 22:44:32 +0100
committerMattias Andrée <maandree@kth.se>2022-02-26 23:21:04 +0100
commit6c293f272c62edffb3a749230ebb7469e0e969d9 (patch)
tree02062841a5be49515b15cc75f1b6703b9f89f017 /Makefile
parentUpdate clean rule in Makefile (diff)
downloadsha3sum-6c293f272c62edffb3a749230ebb7469e0e969d9.tar.gz
sha3sum-6c293f272c62edffb3a749230ebb7469e0e969d9.tar.bz2
sha3sum-6c293f272c62edffb3a749230ebb7469e0e969d9.tar.xz
Add shake128sum and rawshake128sum
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4c6efde..cd71a99 100644
--- a/Makefile
+++ b/Makefile
@@ -16,8 +16,10 @@ BIN =\
sha3-256sum\
sha3-384sum\
sha3-512sum\
+ rawshake128sum\
rawshake256sum\
rawshake512sum\
+ shake128sum\
shake256sum\
shake512sum
@@ -34,8 +36,10 @@ sha3-224sum = SHA3-224
sha3-256sum = SHA3-256
sha3-384sum = SHA3-384
sha3-512sum = SHA3-512
+rawshake128sum = RawSHAKE128
rawshake256sum = RawSHAKE256
rawshake512sum = RawSHAKE512
+shake128sum = SHAKE128
shake256sum = SHAKE256
shake512sum = SHAKE512