ripemd.3 (d491167b38cb63185ae1a73e92f6226c3bb5b85a) ripemd.3 (2768d7056727c414241ebc4b9d26e62dd5460760)
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.\"

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

70.Vt RIPEMD160_CTX .
71.Pp
72The
73.Fn RIPEMD160_End
74function is a wrapper for
75.Fn RIPEMD160_Final
76which converts the return value to a 41-character
77(including the terminating '\e0')
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.\"

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

70.Vt RIPEMD160_CTX .
71.Pp
72The
73.Fn RIPEMD160_End
74function is a wrapper for
75.Fn RIPEMD160_Final
76which converts the return value to a 41-character
77(including the terminating '\e0')
78.Tn ASCII
79string which represents the 160 bits in hexadecimal.
78ASCII string which represents the 160 bits in hexadecimal.
80.Pp
81The
82.Fn RIPEMD160_File
83function calculates the digest of a file, and uses
84.Fn RIPEMD160_End
85to return the result.
86If the file cannot be opened, a null pointer is returned.
87The

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

151.Xr sha256 3 ,
152.Xr sha512 3 ,
153.Xr skein 3
154.Sh HISTORY
155These functions appeared in
156.Fx 4.0 .
157.Sh AUTHORS
158The core hash routines were implemented by Eric Young based on the
79.Pp
80The
81.Fn RIPEMD160_File
82function calculates the digest of a file, and uses
83.Fn RIPEMD160_End
84to return the result.
85If the file cannot be opened, a null pointer is returned.
86The

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

150.Xr sha256 3 ,
151.Xr sha512 3 ,
152.Xr skein 3
153.Sh HISTORY
154These functions appeared in
155.Fx 4.0 .
156.Sh AUTHORS
157The core hash routines were implemented by Eric Young based on the
159published
160.Tn RIPEMD160
161specification.
158published RIPEMD160 specification.
162.Sh BUGS
163No method is known to exist which finds two files having the same hash value,
164nor to find a file with a specific hash value.
165There is on the other hand no guarantee that such a method does not exist.
159.Sh BUGS
160No method is known to exist which finds two files having the same hash value,
161nor to find a file with a specific hash value.
162There is on the other hand no guarantee that such a method does not exist.