| 1 | """ |
| 2 | The trifid cipher uses a table to fractionate each plaintext letter into a trigram, |
| 3 | mixes the constituents of the trigrams, and then applies the table in reverse to turn |
| 4 | these mixed trigrams into ciphertext letters. |
nothing calls this directly
no test coverage detected