-
Notifications
You must be signed in to change notification settings - Fork 461
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-NI #557
Add AES-NI #557
Conversation
Basically fine. I am just thinking about having:
on top of:
I have to think it over. |
Or even:
With this all calls like |
I like the idea but what's the purpose of the My proposal would therefor be to make aesni the new default:
What do you think? I'm having an early WIP about adding support for the AES instructions on ARMv8, there we could then basically use the same pattern and add a |
Hah, having a second look I understand your reasoning ... I have to think about it a bit more! |
@sjaeckel will there be an update? |
308ca3d
to
c816b13
Compare
Signed-off-by: Steffen Jaeckel <[email protected]>
Signed-off-by: Steffen Jaeckel <[email protected]>
Signed-off-by: Steffen Jaeckel <[email protected]>
`aes_desc` and `aes_enc_desc` now do auto-detection of the best suitable AES implementation for the platform. Signed-off-by: Steffen Jaeckel <[email protected]>
Signed-off-by: Steffen Jaeckel <[email protected]>
This PR adds support for the AES-NI instructions as discussed in e.g. #480 or #551