|
Asper Header
1.0.14
The header injector extension
|
Implementation of the Scytale cipher. More...
Go to the source code of this file.
Data Structures | |
| class | ScytaleCipher |
| Implementation of the ancient Scytale transposition cipher. More... | |
Variables | |
| import { BaseCipher } from "../base/baseCipher" | |
Implementation of the Scytale cipher.
The Scytale cipher is an ancient Greek transposition cipher that wraps text around a rod of a given diameter. The message is written row-by-row around the rod, then read column-by-column when the rod is unwrapped.
Definition in file scytale.ts.
| import { BaseCipher } from "../base/baseCipher" |
Definition at line 12 of file scytale.ts.