Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libcrypt remove comment, it's fixed



details:   https://anonhg.NetBSD.org/src/rev/d090c1d0620c
branches:  trunk
changeset: 1024202:d090c1d0620c
user:      nia <nia%NetBSD.org@localhost>
date:      Tue Oct 12 13:24:21 2021 +0000

description:
remove comment, it's fixed

diffstat:

 tests/lib/libcrypt/t_crypt.c |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r 5684849b6121 -r d090c1d0620c tests/lib/libcrypt/t_crypt.c
--- a/tests/lib/libcrypt/t_crypt.c      Tue Oct 12 13:24:00 2021 +0000
+++ b/tests/lib/libcrypt/t_crypt.c      Tue Oct 12 13:24:21 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_crypt.c,v 1.5 2021/10/12 13:24:00 nia Exp $ */
+/* $NetBSD: t_crypt.c,v 1.6 2021/10/12 13:24:21 nia Exp $ */
 
 /*
  * This version is derived from the original implementation of FreeSec
@@ -61,7 +61,7 @@
  *     by now.  The code requires a 32-bit integer type, though.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_crypt.c,v 1.5 2021/10/12 13:24:00 nia Exp $");
+__RCSID("$NetBSD: t_crypt.c,v 1.6 2021/10/12 13:24:21 nia Exp $");
 
 #include <atf-c.h>
 #include <stdio.h>
@@ -111,10 +111,6 @@
 /* 31 */       { "_/!......", "" }, /* invalid character in count */
 /* 32 */       { "_/......!", "" }, /* invalid character in salt */
 #if defined(HAVE_ARGON2)
-/*
- * The below are reference values from the official Argon2 test suite. 
- * NOTE: Upstream Argon2 uses base64-encoded salts, whereas NetBSD doesn't...
- */
 /* Argon2i version number 16 */
 /* 33 */       { "$argon2i$v=16$m=256,t=2,p=1$c29tZXNhbHQ$/U3YPXYsSb3q9XxHvc0MLxur+GP960kN9j7emXX8zwY", "password" },
 /* 34 */       { "$argon2i$v=16$m=65536,t=1,p=1$c29tZXNhbHQ$gWMFUrjzsfSM2xmSxMZ4ZD1JCytetP9sSzQ4tWIXJLI", "password" },



Home | Main Index | Thread Index | Old Index