EnigmaMachineCore 0.1.0
A modular Enigma Machine simulation in C++20
Loading...
Searching...
No Matches
PlugBoardPair.hpp
Go to the documentation of this file.
1#pragma once
2
Represents a pair of characters connected on the plugboard.
int sourcePortIndex
The first port index (0 - (TRANSFORMER_SIZE - 1)).
int destinationPortIndex
The second port index (0 - (TRANSFORMER_SIZE - 1)).