]> the.earth.li Git - onak.git/blob - sigcheck.h
Set Rules-Requires-Root to no
[onak.git] / sigcheck.h
1 #ifndef __SIGCHECK_H__
2 #define __SIGCHECK_H__
3 #include "keystructs.h"
4
5 onak_status_t calculate_packet_sighash(struct openpgp_publickey *key,
6                         struct openpgp_packet *packet,
7                         struct openpgp_packet *sig,
8                         uint8_t *hashtype,
9                         uint8_t *hash,
10                         uint8_t **sighash);
11
12 #endif /* __SIGCHECK_H__ */