Go to file
Greg Fitzgerald a857ae514b Test sequential version of verify_slice with same tests 2018-02-16 09:14:42 -07:00
src Test sequential version of verify_slice with same tests 2018-02-16 09:14:42 -07:00
.gitignore
.travis.yml
Cargo.toml
README.md Add code coverage badge 2018-02-16 09:02:44 -07:00

README.md

Build Status codecov

👊 phist 👊

An implementation of Loom's Proof-of-History.

Developing

Install Rust and Cargo:

$ curl https://sh.rustup.rs -sSf | sh

Download the source code:

$ git clone https://github.com/garious/phist.git
$ cd phist

Run the test suite:

cargo test