Go to file
Vladimir Komendantskiy 37620874ee fixed the operation of sending the Merkle tree proofs to each of N nodes 2018-04-03 23:08:26 +01:00
examples introduced a Connection struct and a procedure to start the network 2018-04-01 22:29:12 +01:00
proto initial commit: elements of profobuf interface 2018-03-15 00:03:21 +00:00
src fixed the operation of sending the Merkle tree proofs to each of N nodes 2018-04-03 23:08:26 +01:00
.gitignore Merge branch 'master' into remove-autogenerated-message.rs 2018-03-28 14:52:13 +01:00
Cargo.toml replaced lockable scoped channel variables with lock-free ones 2018-04-02 21:26:40 +01:00
LICENSE added GNU license and removed obsolete comments 2018-04-01 21:41:49 +01:00
README.md added example of intended use of Node and a draft of value encryption 2018-03-27 21:59:38 +01:00
build.rs Problem: proto::message is checked into the repo 2018-03-15 10:49:51 +07:00

README.md

Implementation of the paper "Honey Badger of BFT Protocols" in Rust

This is a modular library of consensus. There are examples illustrating the use of this algorithm.