Deleted Added
full compact
MD5.9 (57695) MD5.9 (70466)
1.\" $OpenBSD: md5.9,v 1.1 1996/04/17 21:40:14 mickey Exp $
2.\"
3.\" Copyright (c) 1996 Michael Shalayeff
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 14 unchanged lines hidden (view full) ---

23.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
25.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30.\"
1.\" $OpenBSD: md5.9,v 1.1 1996/04/17 21:40:14 mickey Exp $
2.\"
3.\" Copyright (c) 1996 Michael Shalayeff
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 14 unchanged lines hidden (view full) ---

23.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
25.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30.\"
31.\" $FreeBSD: head/share/man/man9/MD5.9 57695 2000-03-02 14:54:02Z sheldonh $
31.\" $FreeBSD: head/share/man/man9/MD5.9 70466 2000-12-29 09:18:45Z ru $
32.\"
33.Dd April 17, 1996
34.Dt MD5 9
35.Os OpenBSD
36.Sh NAME
37.Nm MD5 ,
38.Nm MD5Init ,
39.Nm MD5Transform

--- 25 unchanged lines hidden (view full) ---

65.It Pa MD5Transform
66is the core of the MD5 algorithm, this alters an existing MD5 hash
67kept in
68.Fa buf
69to reflect the addition of 64 characters
70of new data passed in
71.Fa block
72argument.
32.\"
33.Dd April 17, 1996
34.Dt MD5 9
35.Os OpenBSD
36.Sh NAME
37.Nm MD5 ,
38.Nm MD5Init ,
39.Nm MD5Transform

--- 25 unchanged lines hidden (view full) ---

65.It Pa MD5Transform
66is the core of the MD5 algorithm, this alters an existing MD5 hash
67kept in
68.Fa buf
69to reflect the addition of 64 characters
70of new data passed in
71.Fa block
72argument.
73.El
73.Sh COPYRIGHTS
74The code for MD5 transform was taken from Colin Plumb's
75implementation, which has been placed in the public domain. The
76MD5 cryptographic checksum was devised by Ronald Rivest, and is
77documented in RFC 1321, "The MD5 Message Digest Algorithm".
74.Sh COPYRIGHTS
75The code for MD5 transform was taken from Colin Plumb's
76implementation, which has been placed in the public domain. The
77MD5 cryptographic checksum was devised by Ronald Rivest, and is
78documented in RFC 1321, "The MD5 Message Digest Algorithm".