hopr-api 1.10.0

Common high-level external and internal API traits used by hopr-lib to implement the HOPR protocol
Documentation
1
2
3
4
5
6
7
8
9
//! Cover traffic and probing traffic generation traits.
//!
//! - `ProbingTrafficGeneration` — network probe scheduling and execution
//! - `CoverTrafficGeneration` — cover traffic generation for privacy

/// Cover traffic and probing traffic trait definitions.
pub mod traits;

pub use traits::*;