diff options
author | ru <ru@FreeBSD.org> | 2005-02-13 22:25:33 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-02-13 22:25:33 +0000 |
commit | 1541af42f12f8570fb332516efee8f1e030c3e46 (patch) | |
tree | 8a41fa7aceada1e7e82a06e67d6722b3c843f482 /lib/libmd | |
parent | 13e88b41bac03367de7406f96648f28a64fc7322 (diff) | |
download | FreeBSD-src-1541af42f12f8570fb332516efee8f1e030c3e46.zip FreeBSD-src-1541af42f12f8570fb332516efee8f1e030c3e46.tar.gz |
Expand *n't contractions.
Diffstat (limited to 'lib/libmd')
-rw-r--r-- | lib/libmd/mdX.3 | 6 | ||||
-rw-r--r-- | lib/libmd/ripemd.3 | 4 | ||||
-rw-r--r-- | lib/libmd/sha.3 | 4 |
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 |