From 0b659e53e3fc4c35c768663988aade9524b65440 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Tue, 18 Apr 2000 03:01:29 +0000 Subject: [PATCH] Repairs, mostly removing hard sentence breaks. --- src/lib/libc/hash/rmd160.3 | 15 +++++++++------ src/lib/libc/hash/sha1.3 | 12 +++++++----- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/src/lib/libc/hash/rmd160.3 b/src/lib/libc/hash/rmd160.3 index 03cd1f3d..38ce2f64 100644 --- a/src/lib/libc/hash/rmd160.3 +++ b/src/lib/libc/hash/rmd160.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rmd160.3,v 1.11 1999/08/11 03:06:06 deraadt Exp $ +.\" $OpenBSD: rmd160.3,v 1.12 2000/04/18 03:01:29 aaron Exp $ .\" .\" Copyright (c) 1997 Todd C. Miller .\" All rights reserved. @@ -59,8 +59,10 @@ .Fn RMD160Data "u_char *data" "u_int len" "char *buf" .Sh DESCRIPTION The RMD160 functions implement the 160-bit RIPE message digest hash algorithm -(RMD-160). RMD-160 is used to generate a condensed representation -of a message called a message digest. The algorithm takes a +(RMD-160). +RMD-160 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 suitable for use as a digital signature. .Pp @@ -70,7 +72,8 @@ and .Xr md5 3 functions and at least as secure as the .Xr sha1 3 -function. All share a similar interface. +function. +All share a similar interface. .Pp The .Fn RMD160Init @@ -144,8 +147,8 @@ and functions the .Ar buf parameter should either be a string of at least 41 characters in -size or a NULL pointer. In the latter case, space will be dynamically -allocated via +size or a NULL pointer. +In the latter case, space will be dynamically allocated via .Xr malloc 3 and should be freed using .Xr free 3 diff --git a/src/lib/libc/hash/sha1.3 b/src/lib/libc/hash/sha1.3 index a115d785..0ed67a75 100644 --- a/src/lib/libc/hash/sha1.3 +++ b/src/lib/libc/hash/sha1.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sha1.3,v 1.17 1999/10/06 14:55:29 espie Exp $ +.\" $OpenBSD: sha1.3,v 1.18 2000/04/18 03:01:29 aaron Exp $ .\" .\" Copyright (c) 1997 Todd C. Miller .\" All rights reserved. @@ -58,8 +58,10 @@ .Fn SHA1Data "u_char *data" "u_int len" "char *buf" .Sh DESCRIPTION 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 +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 suitable for use as a digital signature. .Pp @@ -141,8 +143,8 @@ and functions the .Ar buf parameter should either be a string of at least 41 characters in -size or a NULL pointer. In the latter case, space will be dynamically -allocated via +size or a NULL pointer. +In the latter case, space will be dynamically allocated via .Xr malloc 3 and should be freed using .Xr free 3