From: Jonathan McDowell Date: Mon, 25 Apr 2011 02:06:06 +0000 (-0700) Subject: Add support for calculating SKS style key hashes X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/3cdd1ba5400b97412d8e69fdcf59284b7cde6e28?hp=3cdd1ba5400b97412d8e69fdcf59284b7cde6e28 Add support for calculating SKS style key hashes SKS uses an MD5 hash over the sorted packets from a key as a token for its gossip protocol. Add support for calculating this hash and a structure for passing it around within onak. ---