Steady: A simple end-to-end secure logging system
A golang implementation of a proof-of-concept Steady relay and simple echo collector. For the corresponding Steady device please see the C implementation.
Brief instructions to run
- go get github.com/pylls/steady
- run steady-relay
- run steady-make-device
- copy test.device to the device folder of the C implementation
- build and run the C demo device
- run steady-echo-collector to read from the relay
Paper
https://eprint.iacr.org/2018/737
License
Apache 2.0