pub fn claim_commitment(elements: &[Felt; 40]) -> WordExpand 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.