commonware-consensus 0.0.65

Order opaque messages in a Byzantine environment.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Collection of mocks used to test `simplex`.

pub mod application;
pub mod conflicter;
pub mod equivocator;
pub mod impersonator;
pub mod nuller;
pub mod nullify_only;
pub mod outdated;
pub mod reconfigurer;
pub mod relay;
pub mod reporter;
pub mod twins;