Skip to main content

Module util

Module util 

Source
Expand description

Shared I/O and hashing utilities. Shared utility functions used across the CASC library.

Provides low-level helpers for binary I/O (endian-aware integer reads) and hashing (Jenkins hashlittle2 for CASC name hashes).

Modulesยง

hash
Jenkins hashlittle2 hash function and WoW file path hashing. Jenkins hashlittle2 hash and WoW file path hashing.
io
Endian-aware byte-slice integer readers. Endian-aware byte-slice integer readers.