-
-
Notifications
You must be signed in to change notification settings - Fork 784
Commit c8508db
soxfox42Panquesito7vbrazo
authoredUpdate Playfair explanation (#191)
* Fix Playfair example matrices
* Change Playfair filler letter to X
This matches the Python implementation, the video linked on the page,
and most documentation of the Playfair cipher.
* Clarify duplicate pairs in Playfair
I think this wording is a little clearer when it comes to how double
letter digraphs should be handled.
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: Vitor Oliveira <vbrazo@gmail.com>1 parent 3706520 commit c8508db
1 file changed
+12
-12
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 | - | ||
56 | + | ||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 | - | ||
61 | + | ||
62 | 62 |
| |
63 | 63 |
| |
64 | - | ||
64 | + | ||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 | - | ||
70 | + | ||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 | - | ||
84 | - | ||
83 | + | ||
84 | + | ||
85 | 85 |
| |
86 | - | ||
86 | + | ||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 | - | ||
95 | + | ||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 | - | ||
102 | + | ||
103 | 103 |
| |
104 | 104 |
| |
105 | - | ||
105 | + | ||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 | - | ||
116 | + | ||
117 | 117 |
| |
118 | - | ||
118 | + | ||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
|
0 commit comments