libenigma
Enigma machine utility library
Loading...
Searching...
No Matches
EnigmaReflector Struct Reference

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.
 

Detailed Description

Represents a reflector configuration for the Enigma machine.

Indices represent the character code of each standard alphabetic character in the rotor's alphabet.

Field Documentation

◆ indices

int indices[26]

Array of indices representing the reflector's wiring.

◆ name

const char* name

Name of the reflector.


The documentation for this struct was generated from the following file: