Browse Source

Replace use of mathematical minus with an em-dash (from tb@) and break up

a long sentence (from tj@).
OPENBSD_6_1
daniel 7 years ago
parent
commit
c4e494f6fa
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      src/lib/libc/hash/md5.3

+ 5
- 5
src/lib/libc/hash/md5.3 View File

@ -16,9 +16,9 @@
.\" If we meet some day, and you think this stuff is worth it, you .\" If we meet some day, and you think this stuff is worth it, you
.\" can buy me a beer in return. Poul-Henning Kamp .\" can buy me a beer in return. Poul-Henning Kamp
.\" .\"
.\" $OpenBSD: md5.3,v 1.5 2015/11/10 23:48:18 jmc Exp $
.\" $OpenBSD: md5.3,v 1.6 2017/02/23 20:29:17 daniel Exp $
.\" .\"
.Dd $Mdocdate: November 10 2015 $
.Dd $Mdocdate: February 23 2017 $
.Dt MD5INIT 3 .Dt MD5INIT 3
.Os .Os
.Sh NAME .Sh NAME
@ -67,9 +67,9 @@ MD5 has been broken; it should only be used where necessary for
backward compatibility. backward compatibility.
The attack on MD5 is in the nature of finding The attack on MD5 is in the nature of finding
.Dq collisions .Dq collisions
\- that is, multiple
inputs which hash to the same value; it is still unlikely for an attacker
to be able to determine the exact original input given a hash value.
\(em that is, multiple inputs which hash to the same value.
It is still unlikely for an attacker to be able to determine the exact
original input given a hash value.
.Pp .Pp
The The
.Fn MD5Init , .Fn MD5Init ,


Loading…
Cancel
Save