use crate::;
use Deref;
pub use ReplayAttackProtection;
/// Allows to validate frames by their sframe header before the decryption
/// Box to any implementation of the `FrameValidation` trait
pub type FrameValidationBox = ;
// TODO(v2): validator (self) should be mutable