hbbft/examples
Andreas Fackler 984bb49fdc Accept more types in threshold crypto API.
This removes some unnecessary allocation and conversion by accepting
more primitive types and references as the index in threshold decryption
and signing, and as the argument to a polynomial.
2018-07-23 15:56:45 +02:00
..
network Accept more types in threshold crypto API. 2018-07-23 15:56:45 +02:00
README.md added example of intended use of Node and a draft of value encryption 2018-03-27 21:59:38 +01:00
consensus-node.rs review comment coverage 2018-06-14 12:28:38 +01:00
run-consensus-nodes.sh Make protobuf support optional. 2018-05-14 17:29:04 +02:00
simulation.rs Handle initial QHB messages, fix DHB. 2018-07-21 11:30:43 +02:00

README.md

Examples for the hbbft library

  • Consensus node - Example of a consensus node that uses the hbbft::node::Node struct for running the distributed consensus state machine.