X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/b3fb0618da777d1ce58418ab36bc4321f5cf77ef..3cdd1ba5400b97412d8e69fdcf59284b7cde6e28:/keystructs.h 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__ */