Module algorithm

Module algorithm 

Source
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§

HashConfig
Hash configuration
ParseHashAlgorithmError
Error type for parsing HashAlgorithm from string

Enums§

HashAlgorithm
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)