#ifndef CRYPTO_H #define CRYPTO_H int crypto_verify_integrity(const char *sig, const char *file); #endif