From: Jonathan McDowell Date: Mon, 30 Sep 2013 14:18:31 +0000 (+0100) Subject: Add initial wotsap file generation tool X-Git-Tag: onak-0.4.2~5 X-Git-Url: http://the.earth.li/gitweb/?a=commitdiff_plain;h=e517c4f6effa3187dc46397e19aeada9574f7286;hp=e517c4f6effa3187dc46397e19aeada9574f7286;p=onak.git Add initial wotsap file generation tool Wotsap (http://www.lysator.liu.se/~jc/wotsap/) is a web of trust statistics and pathfinding tool. It takes a set of preformatted key data covering the primary UID and signatures on each key. This commit adds a tool which will generate the file data required for wotsap. These files still need ar/bzip2 run against them in order to be fed into wotsap, but are generated from the live keyring data. ---