v0.1.2 - GUI tool for verifying audit proofs
This is an experimental initial release including binaries for Linux, Mac and Windows. There are now two binaries provided:
- autct
- auditverifier
The first is the same command line binary as before, allowing to create an RPC server with -M serve
, or to send client requests to it with the other methods (see ./autct --help
).
The second is the aforementioned GUI tool which allows a user to enter a proof file, verify whether or not the proof is valid.
( NOTE: The autct binary (but not the auditverifer binary) on Windows will almost certainly trigger the same virus warning in Windows Defender as discussed in this issue. It is a false positive, but obviously just don't run it if you don't want to trust me on that.)