1//! Constant values for DCRYPT cryptographic operations 2//! 3//! This library provides common constants used across the DCRYPT project. 4 5pub mod hash; 6pub mod symmetric;