//! Cryptographic types and constants
/// Hash types for MPQ operations
pubmodhash_type{/// Hash for table offset calculation
pubconstTABLE_OFFSET:u32=0x000;/// First part of filename hash
pubconstNAME_A:u32=0x100;/// Second part of filename hash
pubconstNAME_B:u32=0x200;/// File encryption key generation
pubconstFILE_KEY:u32=0x300;/// Secondary key mixing (used internally)
pubconstKEY2_MIX:u32=0x400;}