Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

AES encryption/decryption optimized with Intel AES-NI. #22

Open
JohnMcW opened this issue Jul 16, 2019 · 2 comments
Open

AES encryption/decryption optimized with Intel AES-NI. #22

JohnMcW opened this issue Jul 16, 2019 · 2 comments
Assignees

Comments

@JohnMcW
Copy link
Contributor

JohnMcW commented Jul 16, 2019

We may want to support AES encryption/decryption optimized with Intel AES-NI in case of common server platform in case we dont already use an hsm. Algorithm proposed:

  1. Detect if the system has AES-NI enabled
  2. In case it has, use the AES-NI primitive
  3. Otherwise switch back to software AES.
    https://software.intel.com/sites/default/files/article/165683/aes-wp-2012-09-22-v01.pdf
@JohnMcW
Copy link
Contributor Author

JohnMcW commented Jul 16, 2019

This issue was https://issues.apache.org/jira/browse/MILAGRO-37 in Apache Jira - that issue will be closed presently

@giorgiozoppi
Copy link
Contributor

This is mine. I will catch up this next week while in London.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants