Skip to content

Commit

Permalink
Merge pull request #689 from zig-lang/blake2
Browse files Browse the repository at this point in the history
Add Blake2X hash functions
  • Loading branch information
andrewrk committed Jan 16, 2018
2 parents 6a95b88 + 73b4f09 commit 8b280d5
Show file tree
Hide file tree
Showing 7 changed files with 588 additions and 93 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -368,6 +368,7 @@ set(ZIG_STD_FILES
"crypto/md5.zig"
"crypto/sha1.zig"
"crypto/sha2.zig"
"crypto/blake2.zig"
"cstr.zig"
"debug/failing_allocator.zig"
"debug/index.zig"
Expand Down

0 comments on commit 8b280d5

Please sign in to comment.