1METALINK_CHECKSUM_T(3) libmetalink Manual METALINK_CHECKSUM_T(3)
2
3
4
6 metalink_checksum_t - The structure that holds a hash value of an
7 entire resource.
8
9
11 #include <metalink/metalink_types.h>
12
13
15 metalink_checksum_t is a structure that holds a hash value of an entire
16 resource. It contains a hash value of a resource and its message
17 digest algorithm name.
18
19
21 char *type;
22 char *hash;
23
24
25 type
26 Null terminated string of a message digest algorithm name used to cal‐
27 culate hash value for a resource.
28
29
30 hash
31 Null terminated string of a hash value in ASCII hexadecimal notation.
32
33
35 metalink_parse_file(3)
36
37
38
39libmetalink 0.0.3 10/28/2008 METALINK_CHECKSUM_T(3)