sha512.3 (1780e407158ada85e454b24960b83a4f8e35cc25) sha512.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.\"

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

187which converts the return value to a 65-character
188(including the terminating '\e0')
189.Tn ASCII
190string which represents the 256 bits in hexadecimal.
191.Sh SEE ALSO
192.Xr md4 3 ,
193.Xr md5 3 ,
194.Xr ripemd 3 ,
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.\"

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

187which converts the return value to a 65-character
188(including the terminating '\e0')
189.Tn ASCII
190string which represents the 256 bits in hexadecimal.
191.Sh SEE ALSO
192.Xr md4 3 ,
193.Xr md5 3 ,
194.Xr ripemd 3 ,
195.Xr sha 3
195.Xr sha 3 ,
196.Xr sha256 3 ,
197.Xr sha512 3 ,
198.Xr skein 3
196.Sh HISTORY
197These functions appeared in
198.Fx 9.0 .
199.Sh AUTHORS
200The core hash routines were implemented by Colin Percival based on
201the published
202.Tn FIPS 180-2
203standard.
204.Sh BUGS
205No method is known to exist which finds two files having the same hash value,
206nor to find a file with a specific hash value.
207There is on the other hand no guarantee that such a method does not exist.
199.Sh HISTORY
200These functions appeared in
201.Fx 9.0 .
202.Sh AUTHORS
203The core hash routines were implemented by Colin Percival based on
204the published
205.Tn FIPS 180-2
206standard.
207.Sh BUGS
208No method is known to exist which finds two files having the same hash value,
209nor to find a file with a specific hash value.
210There is on the other hand no guarantee that such a method does not exist.