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

STORY: Use a C++ Map for Key-Value pairs #2

Closed abbi-gehl closed 7 months ago

abbi-gehl commented 8 months ago

Much of the enigma involves a letter mapping to another letter.

Creating a simple assembly structure (.struct) would be very helpful in the implementation of both the switchboard and rotors.

abbi-gehl commented 8 months ago

Instead, use CPP std::map

Harrison-Blair commented 8 months ago

code written to populate the map of key value pairs, yet to be tested so this will remain open I think

abbi-gehl commented 7 months ago

WELL DONE TEAM, GREAT WORK