Deleted Added
full compact
mdX.3 (13987) mdX.3 (15963)
1.\"
2.\" ----------------------------------------------------------------------------
3.\" "THE BEER-WARE LICENSE" (Revision 42):
4.\" <phk@login.dkuug.dk> wrote this file. As long as you retain this notice you
5.\" can do whatever you want with this stuff. If we meet some day, and you think
6.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7.\" ----------------------------------------------------------------------------
8.\"
1.\"
2.\" ----------------------------------------------------------------------------
3.\" "THE BEER-WARE LICENSE" (Revision 42):
4.\" <phk@login.dkuug.dk> wrote this file. As long as you retain this notice you
5.\" can do whatever you want with this stuff. If we meet some day, and you think
6.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7.\" ----------------------------------------------------------------------------
8.\"
9.\" $FreeBSD: head/lib/libmd/mdX.3 13987 1996-02-09 00:45:45Z mpp $
9.\" $FreeBSD: head/lib/libmd/mdX.3 15963 1996-05-28 18:57:31Z jdp $
10.\"
11.Dd July 14, 1994
12.Dt MDX 3
13.Os FreeBSD 2
14.Sh NAME
15.Nm MDXInit ,
16.Nm MDXUpdate ,
17.Nm MDXFinal ,

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

61.Fn MDXEnd
62is a wrapper for
63.Fn MDXFinal ,
64which converts the return value to a 33 character (incl terminating NULL)
65ascii string which represents the 128 bits in hexadecimal.
66
67.Fn MDXFile
68calculates the digest of a file, and uses
10.\"
11.Dd July 14, 1994
12.Dt MDX 3
13.Os FreeBSD 2
14.Sh NAME
15.Nm MDXInit ,
16.Nm MDXUpdate ,
17.Nm MDXFinal ,

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

61.Fn MDXEnd
62is a wrapper for
63.Fn MDXFinal ,
64which converts the return value to a 33 character (incl terminating NULL)
65ascii string which represents the 128 bits in hexadecimal.
66
67.Fn MDXFile
68calculates the digest of a file, and uses
69.Fn MDXFinal
69.Fn MDXEnd
70to return the result.
71In case the file cannot be opened, NULL is returned.
72
73.Fn MDXData
74calculates the digest of a chunk of data in memory, and uses
70to return the result.
71In case the file cannot be opened, NULL is returned.
72
73.Fn MDXData
74calculates the digest of a chunk of data in memory, and uses
75.Fn MDXFinal
75.Fn MDXEnd
76to return the result.
77
78When using
79.Fn MDXEnd ,
80.Fn MDXFile
81or
82.Fn MDXData ,
83the

--- 42 unchanged lines hidden ---
76to return the result.
77
78When using
79.Fn MDXEnd ,
80.Fn MDXFile
81or
82.Fn MDXData ,
83the

--- 42 unchanged lines hidden ---