Add /pks/hashquery
authorJonathan McDowell <noodles@earth.li>
Mon, 25 Apr 2011 04:49:32 +0000 (21:49 -0700)
committerJonathan McDowell <noodles@earth.li>
Mon, 25 Apr 2011 04:49:32 +0000 (21:49 -0700)
commit5d25774c5cd9f80709f852f79bce26d582fad360
tree624e30168b22f7ad42ba7eb23679ffd0e6894471
parentf0822345a23524444df900e19b58c0b930e76cbf
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.)
.bzrignore
Makefile.in
debian/changelog
hashquery.c [new file with mode: 0644]
marshal.c [new file with mode: 0644]
marshal.h [new file with mode: 0644]