You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@milagro.apache.org by GitBox <gi...@apache.org> on 2019/07/16 14:17:20 UTC

[GitHub] [incubator-milagro-crypto-c] JohnMcW opened a new issue #22: AES encryption/decryption optimized with Intel AES-NI.

JohnMcW opened a new issue #22: AES encryption/decryption optimized with Intel AES-NI.
URL: https://github.com/apache/incubator-milagro-crypto-c/issues/22
 
 
   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

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@milagro.apache.org
For additional commands, e-mail: issues-help@milagro.apache.org