commonware-consensus 2026.4.0

Order opaque messages in a Byzantine environment.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! 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 scheme;
pub mod twins;
pub mod wrapped;