summaryrefslogtreecommitdiff
path: root/include/crypto.h
blob: c41c7808440a517d93b390679dab270e2bf05732 (plain)
1
2
3
4
5
6
#ifndef CRYPTO_H
#define CRYPTO_H

int crypto_verify_integrity(const char *sig, const char *file);

#endif