X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=keystructs.h;h=c77e346e419e6ce139b54fa5993ad936ac15aecb;hb=7ca3c239d76ae7112c166f29c35e11620ba93d9f;hp=33c6226ed77cf925544c2af78ef763580a6a0b7b;hpb=0d2a5aeeb4120999afc79d06619d90e26e2fec5c;p=onak.git diff --git a/keystructs.h b/keystructs.h index 33c6226..c77e346 100644 --- a/keystructs.h +++ b/keystructs.h @@ -104,4 +104,12 @@ struct stats_key { bool revoked; }; +/** + * struct skshash - holds an SKS key hash (md5 over sorted packet list) + * @hash: The 128 bit MD5 hash of the sorted packet list from the key + */ +struct skshash { + uint8_t hash[16]; +}; + #endif /* __KEYSTRUCTS_H__ */