|
Asper Header
1.0.14
The header injector extension
|
Implementation of basic Morse code encoding/decoding. More...
Go to the source code of this file.
Data Structures | |
| class | MorseBasicCipher |
| Implementation of Morse code encoding and decoding. More... | |
Variables | |
| import { BaseCipher } from "../base/baseCipher" | |
Implementation of basic Morse code encoding/decoding.
Morse code represents letters and digits as sequences of dots (.) and dashes (-). Developed by Samuel Morse for telegraph communication, it assigns shorter codes to more frequent letters for efficiency.
Definition in file morseBasic.ts.
| import { BaseCipher } from "../base/baseCipher" |
Definition at line 12 of file morseBasic.ts.