//! Cipher Identifier Library
//!
//! A library for identifying classical ciphers based on statistical analysis of ciphertext.
//! It calculates various statistical metrics and compares them against known patterns
//! for different cipher types to determine the most likely cipher used.
/// Re-export main types for convenience
pub use ;
pub use ;
pub use CipherType;