aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMarc Tiehuis <marctiehuis@gmail.com>2018-01-16 21:35:31 +1300
committerMarc Tiehuis <marctiehuis@gmail.com>2018-01-17 00:17:48 +1300
commitfa7b33549e43abbdb4fba1d686dfd63c2ca8e8ca (patch)
tree94a34c5994d14a9351ee9659403ff04269e4bdcb /CMakeLists.txt
parent4cf86b4a94adf0a27d0c536746f1703ddf1fd0df (diff)
downloadzig-fa7b33549e43abbdb4fba1d686dfd63c2ca8e8ca.tar.gz
zig-fa7b33549e43abbdb4fba1d686dfd63c2ca8e8ca.zip
Change crypto functions to fill a buffer
- Rename blake2x -> blake2 - Fix blake2s truncated tests
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b93951e4e6..8a090d9f29 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -368,7 +368,7 @@ set(ZIG_STD_FILES
"crypto/md5.zig"
"crypto/sha1.zig"
"crypto/sha2.zig"
- "crypto/blake2x.zig"
+ "crypto/blake2.zig"
"cstr.zig"
"debug/failing_allocator.zig"
"debug/index.zig"