abbi-gehl / masm-enigma

This is a digital simulation of the German Enigma machine written in x64 masm assembly and C++
Apache License 2.0
1 stars 0 forks source link

EPIC: Implement switchboard #1

Open abbi-gehl opened 10 months ago

abbi-gehl commented 10 months ago

One of the major mechanisms of enigma is the switchboard. The switchboard simply allows one letter to be mapped to another. When creating a new connection there are three Criteria:

A hash table could be an easy way to implement this, but checks will need to be made to ensure good data is entered.

abbi-gehl commented 9 months ago

no time :(