From: Jonathan McDowell Date: Mon, 25 Apr 2011 04:49:32 +0000 (-0700) Subject: Add /pks/hashquery X-Git-Tag: onak-0.4.1~21 X-Git-Url: http://the.earth.li/gitweb/?a=commitdiff_plain;h=5d25774c5cd9f80709f852f79bce26d582fad360;hp=5d25774c5cd9f80709f852f79bce26d582fad360;p=onak.git 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.) ---