Skip to content
Loong edited this page Sep 25, 2019 · 12 revisions

Welcome to the Hyperdrive wiki!

Hyperdrive is an implementation of a Byzantine fault tolerant consensus algorithm designed for secure multi-party computations. It is based on the algorithm described in "the lastest gossip on BFT consensus" by Buchman et al. with modifications for interactive execution and sharding.

Hyperdrive does not specify the layout/encoding of transactions, execution plans, or states. It does not specify persistent storage requirements or networking requirements. The implementation

Clone this wiki locally