Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/BLAKE2/BLAKE2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJP Aumasson <jeanphilippe.aumasson@gmail.com>2016-10-11 21:48:16 +0300
committerJP Aumasson <jeanphilippe.aumasson@gmail.com>2016-10-11 21:48:16 +0300
commit73dd9e9038e5d8ca8efad8c19efce70335292f17 (patch)
tree368cb7d65d70385c49a11acf31134294ac771075 /ref/makefile
parentae633ca8e2220236e28953299194bf0656da5d25 (diff)
b2s xof unkeyed kats
Diffstat (limited to 'ref/makefile')
-rw-r--r--ref/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ref/makefile b/ref/makefile
index 7835313..ecf0f09 100644
--- a/ref/makefile
+++ b/ref/makefile
@@ -31,8 +31,8 @@ check: blake2s blake2b blake2sp blake2bp blake2xs blake2xb
./blake2xb
kat:
- $(CC) $(CFLAGS) -o genkat-c genkat-c.c blake2b-ref.c blake2s-ref.c blake2sp-ref.c blake2bp-ref.c
- $(CC) $(CFLAGS) -g -o genkat-json genkat-json.c blake2b-ref.c blake2s-ref.c blake2sp-ref.c blake2bp-ref.c
+ $(CC) $(CFLAGS) -o genkat-c genkat-c.c blake2b-ref.c blake2s-ref.c blake2sp-ref.c blake2bp-ref.c blake2xs-ref.c blake2xb-ref.c
+ $(CC) $(CFLAGS) -o genkat-json genkat-json.c blake2b-ref.c blake2s-ref.c blake2sp-ref.c blake2bp-ref.c blake2xs-ref.c blake2xb-ref.c
./genkat-c > blake2-kat.h
./genkat-json > blake2-kat.json