Changeset View
Changeset View
Standalone View
Standalone View
lib/libmd/sha512.3
Show First 20 Lines • Show All 186 Lines • ▼ Show 20 Lines | |||||
which converts the return value to a 65-character | which converts the return value to a 65-character | ||||
(including the terminating '\e0') | (including the terminating '\e0') | ||||
.Tn ASCII | .Tn ASCII | ||||
string which represents the 256 bits in hexadecimal. | string which represents the 256 bits in hexadecimal. | ||||
.Sh SEE ALSO | .Sh SEE ALSO | ||||
.Xr md4 3 , | .Xr md4 3 , | ||||
.Xr md5 3 , | .Xr md5 3 , | ||||
.Xr ripemd 3 , | .Xr ripemd 3 , | ||||
.Xr sha 3 | .Xr sha 3 , | ||||
.Xr sha256 3 , | |||||
.Xr sha512 3 , | |||||
.Xr skein 3 | |||||
.Sh HISTORY | .Sh HISTORY | ||||
These functions appeared in | These functions appeared in | ||||
.Fx 9.0 . | .Fx 9.0 . | ||||
.Sh AUTHORS | .Sh AUTHORS | ||||
The core hash routines were implemented by Colin Percival based on | The core hash routines were implemented by Colin Percival based on | ||||
the published | the published | ||||
.Tn FIPS 180-2 | .Tn FIPS 180-2 | ||||
standard. | standard. | ||||
.Sh BUGS | .Sh BUGS | ||||
No method is known to exist which finds two files having the same hash value, | No method is known to exist which finds two files having the same hash value, | ||||
nor to find a file with a specific hash value. | nor to find a file with a specific hash value. | ||||
There is on the other hand no guarantee that such a method does not exist. | There is on the other hand no guarantee that such a method does not exist. |