Finished binds the transcript hash to the DH shared secret. The toy checks are recomputed, not trusted.
highlighted = computed this step
What Finished proves here
Finished combines the transcript hash with the DH shared secret. A peer that changed the transcript or missed the secret will compute a different toy check.
Finished uses H and shared
Check the client Finished
With hash 43 and shared secret 2, the client Finished value is 64.
Fc=64
Check the server Finished
The server side uses the same hash and shared secret, but a different toy label. It recomputes Finished value 70.
Fs=70
Summary
Finished is the capstone check: transcript plus shared secret. NOTE: toy-modulus; no-padding; no-side-channel; no-production; never-roll-your-own. Toy transcript only: not real TLS bytes, not real certificate validation, no AEAD record protection, and no security-size claims.