Skip to main content

claim_commitment

Function claim_commitment 

Source
pub fn claim_commitment(elements: &[Felt; 40]) -> Word
Expand description

Returns the canonical claim commitment over an already-encoded claim.

This is the single implementation of CLAIM_HASH; every native computation of the claim commitment (including the transcript observation in miden-air) must go through it.