Skip to main content

agent_epistemic_context

Function agent_epistemic_context 

Source
pub fn agent_epistemic_context(did_hash: u64) -> u64
Expand description

Derive the per-agent epistemic context for did_hash.

Each agent has a distinct named graph for their beliefs. XOR-folding the base context with the DID produces a stable non-colliding context without string allocation.