ripemd.3 (6cec9cad762b6476313fb1f8e931a1647822db6b) ripemd.3 (b468a9ff1d3a70c6d14cf2b49574cbbcc60ff997)
1.\"
2.\" ----------------------------------------------------------------------------
3.\" "THE BEER-WARE LICENSE" (Revision 42):
4.\" <phk@FreeBSD.org> 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.\" From: Id: mdX.3,v 1.14 1999/02/11 20:31:49 wollman Exp
10.\" $FreeBSD$
11.\"
1.\"
2.\" ----------------------------------------------------------------------------
3.\" "THE BEER-WARE LICENSE" (Revision 42):
4.\" <phk@FreeBSD.org> 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.\" From: Id: mdX.3,v 1.14 1999/02/11 20:31:49 wollman Exp
10.\" $FreeBSD$
11.\"
12.Dd March 28, 2014
12.Dd April 26, 2016
13.Dt RIPEMD 3
14.Os
15.Sh NAME
16.Nm RIPEMD160_Init ,
17.Nm RIPEMD160_Update ,
18.Nm RIPEMD160_Final ,
19.Nm RIPEMD160_End ,
20.Nm RIPEMD160_File ,

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

120.Xr free 3
121after use.
122If the
123.Fa buf
124argument is non-null it must point to at least 41 characters of buffer space.
125.Sh SEE ALSO
126.Xr md4 3 ,
127.Xr md5 3 ,
13.Dt RIPEMD 3
14.Os
15.Sh NAME
16.Nm RIPEMD160_Init ,
17.Nm RIPEMD160_Update ,
18.Nm RIPEMD160_Final ,
19.Nm RIPEMD160_End ,
20.Nm RIPEMD160_File ,

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

120.Xr free 3
121after use.
122If the
123.Fa buf
124argument is non-null it must point to at least 41 characters of buffer space.
125.Sh SEE ALSO
126.Xr md4 3 ,
127.Xr md5 3 ,
128.Xr sha 3
128.Xr sha 3 ,
129.Xr sha256 3 ,
130.Xr sha512 3 ,
131.Xr skein 3
129.Sh HISTORY
130These functions appeared in
131.Fx 4.0 .
132.Sh AUTHORS
133The core hash routines were implemented by Eric Young based on the
134published
135.Tn RIPEMD160
136specification.
137.Sh BUGS
138No method is known to exist which finds two files having the same hash value,
139nor to find a file with a specific hash value.
140There is on the other hand no guarantee that such a method does not exist.
132.Sh HISTORY
133These functions appeared in
134.Fx 4.0 .
135.Sh AUTHORS
136The core hash routines were implemented by Eric Young based on the
137published
138.Tn RIPEMD160
139specification.
140.Sh BUGS
141No method is known to exist which finds two files having the same hash value,
142nor to find a file with a specific hash value.
143There is on the other hand no guarantee that such a method does not exist.