MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / enigma_machine.py

File enigma_machine.py

hashes/enigma_machine.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1alphabets = [chr(i) for i in range(32, 126)]
2gear_one = list(range(len(alphabets)))
3gear_two = list(range(len(alphabets)))
4gear_three = list(range(len(alphabets)))

Callers

nothing calls this directly

Calls 2

rotatorFunction · 0.85
engineFunction · 0.85

Tested by

no test coverage detected