[Cryptech-Commits] [sw/libhal] 02/12: Identify PBKDF2 tests.

git at cryptech.is git at cryptech.is
Mon Sep 14 21:43:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch ecdsa
in repository sw/libhal.

commit 56f48e74c1a1078cc13c3e39d4174f06d10ceca0
Author: Rob Austein <sra at hactrn.net>
Date:   Wed Sep 2 19:39:40 2015 -0400

    Identify PBKDF2 tests.
---
 tests/test-pbkdf2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test-pbkdf2.c b/tests/test-pbkdf2.c
index 469b599..0688226 100644
--- a/tests/test-pbkdf2.c
+++ b/tests/test-pbkdf2.c
@@ -163,7 +163,7 @@ static int _test_pbkdf2(const uint8_t * const pwd,  const size_t pwd_len,
                         const uint8_t * const dk,   const size_t dk_len,
                         const unsigned count, const char * const label)
 {
-  printf("Starting test case %s\n", label);
+  printf("Starting PBKDF2 test case %s\n", label);
 
   uint8_t result[dk_len];
 



More information about the Commits mailing list