1pub mod replay_protection; 2pub mod replay_window; 3 4pub use replay_protection::{ReplayProtection, ReplayProtectionStats}; 5pub use replay_window::{ReplayWindow, WINDOW_BITS};