diff options
author | lloyd <[email protected]> | 2015-03-15 03:12:37 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-03-15 03:12:37 +0000 |
commit | eba1294cac0d0b069e6a7a156984a0e3fce050a8 (patch) | |
tree | 4408cb1d6004e2b8c341591e221b245cc8f11326 /src/lib/modes/aead | |
parent | bdce6b1eea8fecaa64d2e56ceb748febec0351c9 (diff) |
Consider AES-NI as implying SSSE3 which lets us merge two of the
amalgamation objects (aes_ni and clmul). The real advantage is
for the static link, as GCM will pull in clmul via its reference,
which is sufficient to also pull the AES impl into the link.
Diffstat (limited to 'src/lib/modes/aead')
-rw-r--r-- | src/lib/modes/aead/gcm/clmul/info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/modes/aead/gcm/clmul/info.txt b/src/lib/modes/aead/gcm/clmul/info.txt index b568c6b01..098aa16f9 100644 --- a/src/lib/modes/aead/gcm/clmul/info.txt +++ b/src/lib/modes/aead/gcm/clmul/info.txt @@ -1,7 +1,7 @@ define GCM_CLMUL 20131227 -need_isa aesni,ssse3 +need_isa aesni <header:internal> clmul.h |