summaryrefslogtreecommitdiff
path: root/sha1.c
diff options
context:
space:
mode:
Diffstat (limited to 'sha1.c')
-rw-r--r--sha1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha1.c b/sha1.c
index e53913c9..b1365c22 100644
--- a/sha1.c
+++ b/sha1.c
@@ -57,7 +57,7 @@ sha1_init(struct sha1_ctx *ctx)
can initialize with a single memcpy. */
static const uint32_t iv[_SHA1_DIGEST_LENGTH] =
{
- /* SHA initial values */
+ /* SHA initial values, first 4 identical to md5's. */
0x67452301L,
0xEFCDAB89L,
0x98BADCFEL,