Chase-Garrett / Paladin

Hybrid Cryptosystem utilizing AES and RSA
MIT License
0 stars 0 forks source link

AES Sub Bytes #2

Open Chase-Garrett opened 8 months ago

Chase-Garrett commented 8 months ago

Replace each byte of the state with another byte depending on the key. Utilize the S-box for the look-up table.

EtherealManifest commented 5 months ago

Do I need to format this file differently?