Module fingerprint

Module fingerprint 

Source
Expand description

Stable hashing helpers for state, config, and event fingerprints.

Constants§

FINGERPRINT_ALGO
Fingerprint algorithm identifier.

Functions§

config_fingerprint
Compute a stable fingerprint for env config + curriculum.
events_fingerprint
Compute a stable fingerprint for an event stream.
hash_bytes
Hash raw bytes into a stable 64-bit fingerprint.
hash_postcard
Hash a serializable value using postcard + blake3.
state_fingerprint
Compute a stable fingerprint for a game state.