metalink_checksum_t(3) libmetalink Manual metalink_checksum_t(3)
NAME
metalink_checksum_t - The structure that holds a hash value of an
entire resource.
SYNOPSIS
#include <metalink/metalink_types.h>
DESCRIPTION
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.
STRUCTURE MEMBERS
char *type;
char *hash;
type
Null terminated string of a message digest algorithm name used to
calculate hash value for a resource.
hash
Null terminated string of a hash value in ASCII hexadecimal notation.
SEE ALSO
metalink_parse_file(3)
libmetalink 0.0.3 10/28/2008 metalink_checksum_t(3)
libmetalink 0.1.3 - Generated Sat Mar 16 16:04:19 CDT 2024
