/** * @file checksum.h */ #ifndef SPM_CHECKSUM_H #define SPM_CHECKSUM_H char *sha256sum(const char *filename); #endif //SPM_CHECKSUM_H