Go to file
Vladimir Komendantskiy 1fadff0e30 added the broadcast trigger message in the broadcast test 2018-04-27 13:31:50 +01:00
examples removed redundant type constraint 2018-04-11 15:44:59 +01:00
proto initial commit: elements of profobuf interface 2018-03-15 00:03:21 +00:00
src ported sharding and sending out Merkle tree proofs 2018-04-27 13:19:39 +01:00
tests added the broadcast trigger message in the broadcast test 2018-04-27 13:31:50 +01:00
.gitignore Merge branch 'master' into remove-autogenerated-message.rs 2018-03-28 14:52:13 +01:00
Cargo.toml removed redundant dependency on error_chain; corrected vector indices 2018-04-06 13:57:48 +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 added a compile-time check for protoc in PATH 2018-04-18 21:23:39 +01: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.