Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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 re-
     source.  It contains a hash value of a resource and its message digest  al-
     gorithm 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)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=metalink_checksum_t&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help