|
libenigma
Enigma machine utility library
|
Represents a reflector configuration for the Enigma machine. More...
#include <reflector.h>
Data Fields | |
| const char * | name |
| Name of the reflector. | |
| int | indices [26] |
| Array of indices representing the reflector's wiring. | |
Represents a reflector configuration for the Enigma machine.
Indices represent the character code of each standard alphabetic character in the rotor's alphabet.
| int indices[26] |
Array of indices representing the reflector's wiring.
| const char* name |
Name of the reflector.