Example
Change one toy message nibble and recompute the final hash.
highlighted = computed this step
Step 1 — Original hash
Compute the highlighted cryptography value.
original message, hash((7, 5, 4), 0)
Step 2 — Changed input
Compute the highlighted cryptography value.
changed message(7, 6, 4)
Step 3 — Recompute
Compute the highlighted cryptography value.
changed last row: byte, before, raw, hash(4, 7, 39, 5)
Final Step — Verdict
Compute the highlighted cryptography value.
hash comparisonchanged
cryptography
This lesson shows a toy hash changing when the message changes, without claiming real collision resistance.