Lines Matching +full:ascii +full:- +full:based
2 .\" ----------------------------------------------------------------------------
3 .\" "THE BEER-WARE LICENSE" (Revision 42):
6 .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7 .\" ----------------------------------------------------------------------------
49 .Nd calculate the FIPS 180-4 ``SHA-512'' family of message digests
128 functions calculate a 512-bit cryptographic checksum (digest)
130 A cryptographic checksum is a one-way
136 of the input-data, which does not disclose the actual input.
158 which converts the return value to a 129-character
160 ASCII string which represents the 512 bits in hexadecimal.
170 but it only calculates the digest over a byte-range of the file specified,
217 argument is non-null it must point to at least 129 characters of buffer space.
232 which converts the return value to a 97-character
234 ASCII string which represents the 384 bits in hexadecimal.
239 which converts the return value to a 57-character
241 ASCII string which represents the 224 bits in hexadecimal.
246 which converts the return value to a 57-character
248 .Tn ASCII
254 which converts the return value to a 65-character
256 ASCII string which represents the 256 bits in hexadecimal.
261 .Bl -tag -width Er
289 The core hash routines were implemented by Colin Percival based on
290 the published FIPS 180-2 standard.