Example #1
0
        public EnigmaRotor()
        {
            _wiring = new RotorWiring(Alphabet);

            _rotorOffset      = 0;
            _ringSetting      = 0;
            _turnoverPosition = new int[] { 25 };
        }
Example #2
0
 public EnigmaRotor(string mapping) : this()
 {
     _wiring = new RotorWiring(mapping);
 }