From 2253aab70be7d72b1ec65f467760c347b06be069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Thu, 13 Oct 2005 14:21:34 +0200 Subject: [PATCH] Comment fix. Rev: src/nettle/testsuite/sha1-test.c:1.4 --- testsuite/sha1-test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/sha1-test.c b/testsuite/sha1-test.c index 48b3b3af..2f7bf25d 100644 --- a/testsuite/sha1-test.c +++ b/testsuite/sha1-test.c @@ -34,8 +34,8 @@ test_main(void) /* These are intermediate values for the single sha1_compress call that results from the first testcase, SHA1(""). Each row is the - values for A, B, C, D, E after the i:th row. The row i = -1 gives - the initial values, and i = 99 givces the output values. + values for A, B, C, D, E after the i:th round. The row i = -1 gives + the initial values, and i = 99 gives the output values. i A B C D E -1: 67452301 efcdab89 98badcfe 10325476 c3d2e1f0 -- GitLab