metalink_chunk_checksum_t (3) Linux Manual Page
metalink_chunk_checksum_t – The structure that holds piece hashes for a resource.
Synopsis
#include <metalink/metalink_types.h>Description
metalink_chunk_checksum_t is a structure that holds piece hashes for a resource. It contains length of piece and a message digest algorithm name and each hash value which is stored in metalink_piece_hash_t(3).Structure Members
char *type;int length;
metalink_piece_hash_t **piece_hashes;
