summaryrefslogtreecommitdiffstats
path: root/lib/libmd/ripemd.3
diff options
context:
space:
mode:
authorhmp <hmp@FreeBSD.org>2003-10-09 23:06:06 +0000
committerhmp <hmp@FreeBSD.org>2003-10-09 23:06:06 +0000
commit4426030508a46185815586714e7c878e3e32360b (patch)
tree2aaaeac5cca9d6520ab7e308712a7e9443a2a012 /lib/libmd/ripemd.3
parent8df72a4176cf8988542f506e380a3d54e83d892c (diff)
downloadFreeBSD-src-4426030508a46185815586714e7c878e3e32360b.zip
FreeBSD-src-4426030508a46185815586714e7c878e3e32360b.tar.gz
Assorted mdoc(7) fixes:
- fix hard sentence breaks - sprinkle a few .Vt's where neccessary - remove incorrect use of `\-' - proper quoting using .Dq, instead of manual ``...'' Approved by: des@ (mentor) Reviewed by: ru@
Diffstat (limited to 'lib/libmd/ripemd.3')
-rw-r--r--lib/libmd/ripemd.315
1 files changed, 10 insertions, 5 deletions
diff --git a/lib/libmd/ripemd.3 b/lib/libmd/ripemd.3
index e86d6d1..87bb242 100644
--- a/lib/libmd/ripemd.3
+++ b/lib/libmd/ripemd.3
@@ -44,18 +44,23 @@
The
.Li RIPEMD160_
functions calculate a 160-bit cryptographic checksum (digest)
-for any number of input bytes. A cryptographic checksum is a one-way
+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
-a ``fingerprint'' of the input-data, which doesn't disclose the actual
-input.
+the input corresponding to a particular output.
+This net result is a
+.Dq fingerprint
+of the input-data, which doesn't disclose the actual input.
.Pp
The
.Fn RIPEMD160_Init ,
.Fn RIPEMD160_Update ,
and
.Fn RIPEMD160_Final
-functions are the core functions. Allocate an RIPEMD160_CTX, initialize it with
+functions are the core functions.
+Allocate an
+.Vt RIPEMD160_CTX ,
+initialize it with
.Fn RIPEMD160_Init ,
run over the data with
.Fn RIPEMD160_Update ,
OpenPOWER on IntegriCloud