aboutsummaryrefslogtreecommitdiff
path: root/include/checksum.h
blob: 5309527fc520792f1262ef3346d137c7a64396b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
/**
 * @file checksum.h
 */
#ifndef SPM_CHECKSUM_H
#define SPM_CHECKSUM_H

char *sha256sum(const char *filename);

#endif //SPM_CHECKSUM_H