//! Cryptographic utilities for the Gateway
//!//! This module provides cryptographic functions for password hashing, API key generation,
//! and authenticated encryption using AES-256-GCM.
#![allow(dead_code)]pubmodbackup;#[cfg(feature ="gateway")]pubmodencryption;pubmodhmac;pubmodkeys;#[cfg(feature ="gateway")]pubmodpassword;pubmodwebhooks;#[cfg(all(test, feature ="gateway"))]modtests;