Expand description
WDP-compliant hash algorithm
This module provides the WDP-specified xxHash3 algorithm for error code hashing.
Per WDP Part 5: Compact IDs, all error codes use xxHash3 with seed 0x000031762D706477.
Structs§
- Hash
Config - Hash configuration
- Parse
Hash Algorithm Error - Error type for parsing HashAlgorithm from string
Enums§
- Hash
Algorithm - Hash algorithm selection
Constants§
- WDP_
SEED - WDP v1 seed as a numeric value
- WDP_
SEED_ STR - WDP v1 seed as a string (for display/documentation)