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.