summaryrefslogtreecommitdiffstats
path: root/lib/libmd
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libmd')
-rw-r--r--lib/libmd/mdX.36
-rw-r--r--lib/libmd/ripemd.34
-rw-r--r--lib/libmd/sha.34
3 files changed, 7 insertions, 7 deletions
diff --git a/lib/libmd/mdX.3 b/lib/libmd/mdX.3
index 8677bca..85b47db 100644
--- a/lib/libmd/mdX.3
+++ b/lib/libmd/mdX.3
@@ -50,7 +50,7 @@ hash-function, that is, you cannot find (except by exhaustive search)
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.
+of the input-data, which does not disclose the actual input.
.Pp
MD2 is the slowest, MD4 is the fastest and MD5 is somewhere in the middle.
MD2 can only be used for Privacy-Enhanced Mail.
@@ -196,7 +196,7 @@ Phk ristede runen.
.Sh BUGS
No method is known to exist which finds two files having the same hash value,
nor to find a file with a specific hash value.
-There is on the other hand no guarantee that such a method doesn't exist.
+There is on the other hand no guarantee that such a method does not exist.
.Pp
MD2 has only been licensed for use in Privacy Enhanced Mail.
-Use MD4 or MD5 if that isn't what you're doing.
+Use MD4 or MD5 if that is not what you're doing.
diff --git a/lib/libmd/ripemd.3 b/lib/libmd/ripemd.3
index 068faac..6c2f21c 100644
--- a/lib/libmd/ripemd.3
+++ b/lib/libmd/ripemd.3
@@ -50,7 +50,7 @@ hash function; that is, it is computationally impractical to find
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.
+of the input-data, which does not disclose the actual input.
.Pp
The
.Fn RIPEMD160_Init ,
@@ -138,4 +138,4 @@ specification.
.Sh BUGS
No method is known to exist which finds two files having the same hash value,
nor to find a file with a specific hash value.
-There is on the other hand no guarantee that such a method doesn't exist.
+There is on the other hand no guarantee that such a method does not exist.
diff --git a/lib/libmd/sha.3 b/lib/libmd/sha.3
index d24ad95..46937c8 100644
--- a/lib/libmd/sha.3
+++ b/lib/libmd/sha.3
@@ -74,7 +74,7 @@ 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.
+of the input-data, which does not disclose the actual input.
.Pp
.Tn SHA
(or
@@ -169,7 +169,7 @@ standards.
.Sh BUGS
No method is known to exist which finds two files having the same hash value,
nor to find a file with a specific hash value.
-There is on the other hand no guarantee that such a method doesn't exist.
+There is on the other hand no guarantee that such a method does not exist.
.Pp
The
.Tn IA32
OpenPOWER on IntegriCloud