Example
List small congruence classes modulo m.
highlighted = computed this step
Step 1 — Modulus
Set up the exact toy cryptography values.
m4
Step 2 — Class 0
Compute the highlighted cryptography value.
[0] mod m[0, 4, 8]
Step 3 — Class 1
Compute the highlighted cryptography value.
[1] mod m[1, 5, 9]
Step 4 — Class 2
Compute the highlighted cryptography value.
[2] mod m[2, 6, 10]
Step 5 — Class 3
Compute the highlighted cryptography value.
[3] mod m[3, 7, 11]
cryptography
The values in this lesson are deliberately tiny so every modular arithmetic step can be checked exactly.