diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-17 05:33:17 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-17 05:33:17 +0000 |
commit | 24794a0328b7f04fcc7b08f52c0d99bc66218cd9 (patch) | |
tree | 72c9dceead64a65535ac1d2d9c6da3ffde5034ad | |
parent | 3434cf01e90de869c714908b068ae0f7ab34edaf (diff) |
Fix typo
-rw-r--r-- | lib/libc/hash/sha1.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/hash/sha1.3 b/lib/libc/hash/sha1.3 index 384f48af207..a39f399147a 100644 --- a/lib/libc/hash/sha1.3 +++ b/lib/libc/hash/sha1.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sha1.3,v 1.5 1997/07/15 01:54:23 millert Exp $ +.\" $OpenBSD: sha1.3,v 1.6 1997/07/17 05:33:16 millert Exp $ .\" .\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> .\" All rights reserved. @@ -59,7 +59,7 @@ .Ft "char *" .Fn SHA1Data "u_char *data" "u_int len" "char *buf" .Sh DESCRIPTION -The SHA1 functions implement then NIST Secure Hash Algorithm (SHA-1), +The SHA1 functions implement the NIST Secure Hash Algorithm (SHA-1), FIPS PUB 180-1. SHA-1 is used to generate a condensed representation of a message called a message digest. The algorithm takes a message less than 2^64 bits as input and produces a 160-bit digest |