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: Create the hash table in asm #6

Closed abbi-gehl closed 7 months ago

abbi-gehl commented 8 months ago

Create a basic hash table in assembly that stores <Key, Value> pairs.

No considerations will be made to the requirements of the plugboard at this point.

abbi-gehl commented 7 months ago

not needed