pub type SaltHash = u64;Expand description
A 64-bit hash of the salt. Computed once per request and used as the seed for every block-hash computation in that request.
The canonical construction path is compute_salt_hash_from_bytes (or
dynamo_kv_hashing::Request::salt_hash at the application layer).