nox-core 0.1.0

Shared protocol types for the NOX mixnet (events, traits, models, fragmentation)
Documentation
1
2
3
4
5
6
pub mod interfaces;
pub mod service;
pub mod transport;
pub use interfaces::*;
pub use service::{ServiceError, ServiceHandler};
pub use transport::PacketTransport;