//! OxiCrypto - Pure Rust cryptography library
//!//! This is a name reservation crate. Full implementation coming soon.
//!//! Copyright (c) 2026 COOLJAPAN OU (Team Kitasan)
#![deny(unsafe_code)]/// OxiCrypto version
pubconstVERSION:&str=env!("CARGO_PKG_VERSION");#[cfg(test)]modtests{usesuper::*;#[test]fntest_version(){assert_eq!(VERSION,"0.0.1");}}