Enums§
Functions§
- copy_
and_ hash_ compat - Copy
readerintowriterwhile computing the Wabbajack-compatible hashes. - hash_
file_ sha256 - Compute SHA-256 of a file using streaming reads.
- hash_
file_ xxh64 - Compute classic xxHash64 of a file (used by Wabbajack).
- hash_
file_ xxhash - Compute xxHash (XXH3-64) of a file.
- verify_
sha256 - Verify a file’s SHA-256 matches the expected hex string.
- verify_
xxh64 - Verify a file’s classic xxHash64 matches the expected value (used by Wabbajack).
- verify_
xxhash - Verify a file’s XXH3-64 hash matches the expected value.
- verify_
xxhash_ compat - Verify a file’s hash using Wabbajack-compatible strategy: try xxHash64 first, fall back to XXH3.