Use An in AUTHORS section.

This commit is contained in:
wiz 2018-12-17 08:18:06 +00:00
parent d4f14a4c0c
commit 76792de36e
1 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: md2.3,v 1.2 2018/12/16 14:08:48 abhinav Exp $
.\" $NetBSD: md2.3,v 1.3 2018/12/17 08:18:06 wiz Exp $
.\"
.\" ----------------------------------------------------------------------------
.\" "THE BEER-WARE LICENSE" (Revision 42):
@ -68,8 +68,7 @@ and finally extract the result using
is a wrapper for
.Fn MD2Final
which converts the return value to a 33-character
(including the terminating '\e0')
.Tn ASCII
(including the terminating '\e0') ASCII
string which represents the 128 bits in hexadecimal.
.Pp
.Fn MD2File
@ -117,10 +116,12 @@ argument is non-null it must point to at least 33 characters of buffer space.
These functions appeared in
.Nx 1.3 .
.Sh AUTHORS
.An -nosplit
The original MD2 routines were developed by
.Tn RSA
Data Security, Inc., and published in the above references.
This code is a public domain implementation by Andrew Brown.
.An RSA Data Security, Inc. ,
and published in the above references.
This code is a public domain implementation by
.An Andrew Brown .
.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.