Skip to main content

Module rpc_hash

Module rpc_hash 

Source

Structs§

RpcHashMap

Functions§

generate_random_salt
Generate 16 hex chars (8 random bytes) for use as a hash salt.
generate_rpc_hash_map
Build an RPC hash map from procedure names and a salt. When type_hint is true, hashes use rpc- prefix. hash_length controls the number of hex chars in the hash portion. Detects collisions and retries with modified salt (up to 100 attempts).