[git] GCRYPT - branch, master, updated. libgcrypt-1.6.0-382-g1737c54

by Werner Koch cvs at cvs.gnupg.org
Fri Apr 15 09:42:43 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU crypto library".

The branch, master has been updated
       via  1737c546dc7268fa9edcd4a23b7439c56d37ee4f (commit)
      from  491586bc7f7b9edc6b78331a77e653543983c9e4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1737c546dc7268fa9edcd4a23b7439c56d37ee4f
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Apr 14 16:32:04 2016 +0200

    tests: Add test vectors for 256 GiB test of SHA3-256.
    
    * tests/hashtest.c: Add new test vectros.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/tests/hashtest.c b/tests/hashtest.c
index e2178aa..33907fb 100644
--- a/tests/hashtest.c
+++ b/tests/hashtest.c
@@ -102,6 +102,22 @@ static struct {
     "49920704ea9d6ee19f0742d6c868110fa3eda8ac09f026e9ef22cc731af53020"
     "de40eedef66cb1afd94c61e285fa9327e01336e804903740a9145ab1f065c2d5" },
 
+  { GCRY_MD_SHA3_512, 256, -64,
+    "c6e082b3db996dbe5f2c5709818a7f325ef4febd883d7e9c545c06bfa7225198"
+    "1ecf40103788913cd5a5bdf13246b952ded6651043684b24197eb23544882a97" },
+  { GCRY_MD_SHA3_512, 256,  -1,
+    "d7bf28e8216bf7d3d0d3969e34078e94b98598e17b6f21f256379389e4eba8ee"
+    "74eb288774797263fec00bdfd357d132cea9e408be36b982f5a60ab56ad01613" },
+  { GCRY_MD_SHA3_512, 256,  +0,
+    "c1270852ba7b1e1a3eaa777969b8a65be28c3894537c61eb8cd22b1df6af703d"
+    "b59939f6adadeb64317faece8167d4817e73daf73e28a5ccd26bebee0a35c322" },
+  { GCRY_MD_SHA3_512, 256,  +1,
+    "8bdfeb3a1a9a1cdcef21172cbc5bb3b87c0d8f7111df0aaf7f1bc03ad4775bd6"
+    "a03e0a875c4e7d02d2230c213562c6a57be28d92eaf6e4bea4bc24690454c8ef" },
+  { GCRY_MD_SHA3_512, 256, +64,
+    "0c91b91665ceaf7af5102e0ed31aa4f050668ab3c57b1f4763946d567efe66b3"
+    "ab9a2016cf238dee5b44eae9f0cdfbf7b7a6eb1e759986273243dc35894706b6" },
+
   { 0 }
 };
 

-----------------------------------------------------------------------

Summary of changes:
 tests/hashtest.c | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)


hooks/post-receive
-- 
The GNU crypto library
http://git.gnupg.org


_______________________________________________
Gnupg-commits mailing list
Gnupg-commits at gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-commits




More information about the Gcrypt-devel mailing list