|
|
| |
METALINK_CHECKSUM_T(3) |
libmetalink Manual |
METALINK_CHECKSUM_T(3) |
metalink_checksum_t - The structure that holds a hash value of an entire
resource.
#include <metalink/metalink_types.h>
metalink_checksum_t is a structure that holds a hash value of an entire
resource. It contains a hash value of a resource and its message digest
algorithm name.
char *type;
char *hash;
Null terminated string of a message digest algorithm name used to calculate hash
value for a resource.
Null terminated string of a hash value in ASCII hexadecimal notation.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |