Explain proof-of-history in the readme

Also:
* Hash userdata so that verification works as the readme describes.
* Drop itertools package. Found a way to use std::iter instead.

Fixes #8
This commit is contained in:
Greg Fitzgerald
2018-02-20 13:07:54 -07:00
parent e57bba17c1
commit d97112d7f0
6 changed files with 74 additions and 33 deletions

View File

@ -2,6 +2,5 @@
pub mod log;
pub mod historian;
extern crate digest;
extern crate itertools;
extern crate rayon;
extern crate sha2;