checksums.h (3) Linux Manual Page
checksums.h – Synopsis #include <stddef.h> #include ‘io.h’ Functions char * dmlite_checksum_full_name (const char *shortName, char *output, size_t osize) Puts into output the full name of the checksum algorithm specified with shortName. char * dmlite_checksum_short_name (const char *longName, char *output, size_t osize) Puts into output the short name of the checksum algorithm specified with longName. int…
