//! Cryptographic operations for SMB2/3: signing, encryption, key derivation, and compression.
//!//! Most users don't need this module directly -- [`SmbClient`](crate::SmbClient)
//! handles signing and encryption automatically.
pubmodcompression;pubmodencryption;pubmodkdf;pubmodsigning;