summaryrefslogtreecommitdiffstats
path: root/lib/libmd/ripemd.3
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
committerdd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
commita145482cf625d5f04072fd1d20b5c2062cbe8e47 (patch)
treed6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libmd/ripemd.3
parent0d7bb1fec635c87e914e57048716adc5a87cfe22 (diff)
downloadFreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.zip
FreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.tar.gz
Remove whitespace at EOL.
Diffstat (limited to 'lib/libmd/ripemd.3')
-rw-r--r--lib/libmd/ripemd.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libmd/ripemd.3 b/lib/libmd/ripemd.3
index 273a3bf..2e2abc8 100644
--- a/lib/libmd/ripemd.3
+++ b/lib/libmd/ripemd.3
@@ -46,7 +46,7 @@ The
functions calculate a 160-bit cryptographic checksum (digest)
for any number of input bytes. A cryptographic checksum is a one-way
hash function; that is, it is computationally impractical to find
-the input corresponding to a particular output. This net result is
+the input corresponding to a particular output. This net result is
a ``fingerprint'' of the input-data, which doesn't disclose the actual
input.
.Pp
@@ -71,7 +71,7 @@ which converts the return value to a 41-character
string which represents the 160 bits in hexadecimal.
.Pp
.Fn RIPEMD160_File
-calculates the digest of a file, and uses
+calculates the digest of a file, and uses
.Fn RIPEMD160_End
to return the result.
If the file cannot be opened, a null pointer is returned.
@@ -102,7 +102,7 @@ When using
.Fn RIPEMD160_File ,
or
.Fn RIPEMD160_Data ,
-the
+the
.Fa buf
argument can be a null pointer, in which case the returned string
is allocated with
@@ -110,7 +110,7 @@ is allocated with
and subsequently must be explicitly deallocated using
.Xr free 3
after use.
-If the
+If the
.Fa buf
argument is non-null it must point to at least 41 characters of buffer space.
.Sh SEE ALSO
OpenPOWER on IntegriCloud