metalink_checksum_t - Man Page

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)

Referenced By

metalink_file_t(3).

10/28/2008 libmetalink 0.0.3 libmetalink Manual