From: Jonathan McDowell Date: Mon, 25 Apr 2011 04:49:32 +0000 (-0700) Subject: Add /pks/hashquery X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/5d25774c5cd9f80709f852f79bce26d582fad360?ds=sidebyside;hp=5d25774c5cd9f80709f852f79bce26d582fad360 Add /pks/hashquery Add /pks/hashquery - an implementation of the SKS hash retrieval portion of the gossip protocol. hashquery takes a marshalled array of SKS hashes to retrieve and returns a marshalled array of the keys requested. (The marshalling functions essentially take the hash/key structures and flatten them to a byte stream with a preceding network order 32 bit size value.) ---