pub fn program_signature(program: &Program) -> u64Expand description
Hash a program’s opcode sequence into a stable identifier. Two programs
with the same opcodes hash to the same value — enables CSE across let
initialisers or parallel -> binds.