Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AES instructions #13

Open
mazegen opened this issue Jun 5, 2024 · 0 comments
Open

Add AES instructions #13

mazegen opened this issue Jun 5, 2024 · 0 comments

Comments

@mazegen
Copy link
Owner

mazegen commented Jun 5, 2024

https://en.wikipedia.org/wiki/AES_instruction_set#x86_architecture_processors

List:

AESENC      Perform one round of an AES encryption flow
AESENCLAST      Perform the last round of an AES encryption flow
AESDEC      Perform one round of an AES decryption flow
AESDECLAST      Perform the last round of an AES decryption flow
AESKEYGENASSIST      Assist in AES round key generation

There are more of them. See the manual for all instructions that start with "AES".

There's another related group of instructions missing, AES Key Locker instructions. Search the manual for "AESKLE". The are:

AESDEC128KL
AESDEC256KL
AESDECWIDE128KL
AESDECWIDE256KL
AESENC128KL
AESENC256KL
AESENCWIDE128KL
AESENCWIDE256KL
ENCODEKEY128
ENCODEKEY256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant