Example
Verify a toy raw RSA signature by raising it to e.
highlighted = computed this step
Step 1 — Set up
Set up the exact toy cryptography values.
signature, e, n(2, 3, 55)
Step 2 — Representative
Compute the highlighted cryptography value.
s power e mod n8
Step 3 — Verdict
Compute the highlighted cryptography value.
verdictvalid toy signature
cryptography
The values in this lesson are deliberately tiny so every modular arithmetic step can be checked exactly.