diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-02-13 22:25:33 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-02-13 22:25:33 +0000 |
| commit | 0227791b40a6936310e1dd376b0883b540fec0c0 (patch) | |
| tree | 8a41fa7aceada1e7e82a06e67d6722b3c843f482 /lib/libmd | |
| parent | e340fc602be23c05a35f023bb91e70b4148c2ad9 (diff) | |
Notes
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 8677bcafd50f..85b47db1f9e9 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 068faac6c932..6c2f21c79ae3 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 d24ad954c3bc..46937c887a6e 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 |
