X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=keystructs.h;h=c77e346e419e6ce139b54fa5993ad936ac15aecb;hb=3cdd1ba5400b97412d8e69fdcf59284b7cde6e28;hp=33c6226ed77cf925544c2af78ef763580a6a0b7b;hpb=b3fb0618da777d1ce58418ab36bc4321f5cf77ef;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__ */