1//! Protocols related to secure technologies.
2
3mod memory_protection;
4pub use memory_protection::MemoryProtection;
5