![]() |
![]()
| ![]() |
![]()
NAMEmetalink_checksum_t - The structure that holds a hash value of an entire resource. SYNOPSIS#include <metalink/metalink_types.h> DESCRIPTIONmetalink_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. STRUCTURE MEMBERSchar *type;
typeNull terminated string of a message digest algorithm name used to calculate hash value for a resource. hashNull terminated string of a hash value in ASCII hexadecimal notation. SEE ALSOmetalink_parse_file(3)
|