//! Digest, HMAC, encoding, and constant-time comparison primitives shared
//! by ExtraPayTR provider adapters. This crate has no knowledge of any
//! specific provider's protocol.
/// At-rest sealing for values an application must persist — card-on-file
/// tokens above all. Behind the `sealing` feature, and unrelated to
/// request signing, which is what the rest of this crate covers.
pub use constant_time_eq;
pub use ;
pub use ;
pub use ;
pub use ;