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

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'C/Sha256.c')
-rwxr-xr-xC/Sha256.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/C/Sha256.c b/C/Sha256.c
index f4692072..7cd99e09 100755
--- a/C/Sha256.c
+++ b/C/Sha256.c
@@ -1,8 +1,6 @@
/* Crypto/Sha256.c -- SHA-256 Hash function
-2008-08-05
-This code is based on public domain code from Wei Dai's Crypto++ library.
-Igor Pavlov
-Public domain */
+2008-11-06 : Igor Pavlov : Public domain
+This code is based on public domain code from Wei Dai's Crypto++ library. */
#include "Sha256.h"
#include "RotateDefs.h"