//! Temporal keys (§16). A request may carry a validity window; the guest checks
//! it against host_get_current_time. Outside the window -> the content path
//! returns a decoy (indistinguishable from a real miss).
use crateValidityWindow;
/// True iff `now` is within `[not_before, not_after]`, or no window is set.