|
Asper Header
1.0.14
The header injector extension
|
Implementation of the Fractionated Morse cipher. More...
Go to the source code of this file.
Data Structures | |
| class | FractionatedMorseCipher |
| Simplified implementation of the Fractionated Morse cipher. More... | |
Variables | |
| import { BaseCipher } from "../base/baseCipher" | |
Implementation of the Fractionated Morse cipher.
The Fractionated Morse cipher first converts text to Morse code, then groups the dots and dashes into triplets and substitutes each triplet with a letter. This implementation uses MorseBasicCipher as a simplified placeholder for the full fractionation process.
Definition in file fractionatedMorse.ts.
| import { BaseCipher } from "../base/baseCipher" |
Definition at line 13 of file fractionatedMorse.ts.