diff options
author | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2023-06-21 00:00:00 +0000 |
---|---|---|
committer | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2023-12-17 14:59:19 +0500 |
commit | 5b39dc76f1bc82f941d5c800ab9f34407a06b53a (patch) | |
tree | fe5e17420300b715021a76328444088d32047963 /C/Blake2.h | |
parent | 93be7d4abfd4233228f58ee1fbbcd76d91be66a4 (diff) | |
download | 7zip-5b39dc76f1bc82f941d5c800ab9f34407a06b53a.tar.gz 7zip-5b39dc76f1bc82f941d5c800ab9f34407a06b53a.tar.bz2 7zip-5b39dc76f1bc82f941d5c800ab9f34407a06b53a.zip |
23.0123.01
Diffstat (limited to 'C/Blake2.h')
-rw-r--r-- | C/Blake2.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ | |||
1 | /* Blake2.h -- BLAKE2 Hash | 1 | /* Blake2.h -- BLAKE2 Hash |
2 | 2015-06-30 : Igor Pavlov : Public domain | 2 | 2023-03-04 : Igor Pavlov : Public domain |
3 | 2015 : Samuel Neves : Public domain */ | 3 | 2015 : Samuel Neves : Public domain */ |
4 | 4 | ||
5 | #ifndef __BLAKE2_H | 5 | #ifndef ZIP7_INC_BLAKE2_H |
6 | #define __BLAKE2_H | 6 | #define ZIP7_INC_BLAKE2_H |
7 | 7 | ||
8 | #include "7zTypes.h" | 8 | #include "7zTypes.h" |
9 | 9 | ||