checksum tools: implement -c
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
This commit is contained in:
1
crypt.h
1
crypt.h
@@ -6,6 +6,7 @@ struct crypt_ops {
|
||||
void *s;
|
||||
};
|
||||
|
||||
int cryptcheck(char *, int, char **, struct crypt_ops *, uint8_t *, size_t);
|
||||
int cryptmain(int, char **, struct crypt_ops *, uint8_t *, size_t);
|
||||
int cryptsum(struct crypt_ops *, FILE *, const char *, uint8_t *);
|
||||
void mdprint(const uint8_t *, const char *, size_t);
|
||||
|
Reference in New Issue
Block a user