pub type SequenceHash = u64;Expand description
A 64-bit sequence-aware hash. Equals the BlockHash at position 0 and
compute_next_sequence_hash(prev_seq, block_hash)
at every subsequent position. Salt propagates through seq_hash[0] since
block_hash[0] already encodes it.