You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@milagro.apache.org by "Giorgio Zoppi (JIRA)" <ji...@apache.org> on 2019/06/05 22:48:00 UTC

[jira] [Created] (MILAGRO-37) AES encryption/decryption optimized with Intel AES-NI.

Giorgio Zoppi created MILAGRO-37:
------------------------------------

             Summary: AES encryption/decryption optimized with Intel AES-NI.
                 Key: MILAGRO-37
                 URL: https://issues.apache.org/jira/browse/MILAGRO-37
             Project: Milagro
          Issue Type: New Feature
          Components: Core Crypto Libraries
         Environment: Linux64/Win64
            Reporter: Giorgio Zoppi
            Assignee: John McCane-Whitney


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 message was sent by Atlassian JIRA
(v7.6.3#76005)