For the complete documentation index, see llms.txt. This page is also available as Markdown.

Block Encryption procedure

To encrypt, AES applies 4 distinct functions to the Plain Text in a specific and repetitive order, each of which is reversible (in order to be able to decrypt later)

spinner

Every rounds made these four operations except the last one where the Mix Column is skipped

Resources

Last updated