File: filesigning.h

package info (click to toggle)
hashrat 1.25%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,892 kB
  • sloc: ansic: 32,338; sh: 400; makefile: 337
file content (11 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11

#ifndef HASHRAT_FILESIGN_H
#define HASHRAT_FILESIGN_H

#include "common.h"

void HashratSignFile(char *Path, HashratCtx *Ctx);
int HashratCheckSignedFile(char *Path, HashratCtx *Ctx);


#endif