phantom-protocol 0.1.0

Phantom Universal Transport Core SDK — post-quantum secure L4/L6 network framework
Documentation
1
2
3
4
5
pub mod replay_protection;
pub mod replay_window;

pub use replay_protection::{ReplayProtection, ReplayProtectionStats};
pub use replay_window::{ReplayWindow, WINDOW_BITS};