Replies: 9 comments 6 replies
-
Does the limitations part needs to be extended? It looks pretty clear that AESNI is required. |
Beta Was this translation helpful? Give feedback.
-
I'm very sorry, out of habit I went to the bottom of the page where Notes and Algorithm details are usually described. it turns out that even if some ARM processors support AES instructions (https://en.wikipedia.org/wiki/AES_instruction_set#ARM_architecture) libsodium will still not support it? |
Beta Was this translation helpful? Give feedback.
-
AEGIS? means I can only test this using the thanks! |
Beta Was this translation helpful? Give feedback.
-
unfortunately, last time I was switched to another task, but now I'm back! :) after reading the Introduction from Paper, I could not figure out if AEGIS is capable of decrypting data encrypted with AES, and vice versa? |
Beta Was this translation helpful? Give feedback.
-
that is, AES is still used for encryption? maybe I don't understand something, could you explain please? |
Beta Was this translation helpful? Give feedback.
-
Any update on this? Most of our devs are moving to apple silicon and we just learned that our local dev env which uses AES-GCM is a no-go at the moment. |
Beta Was this translation helpful? Give feedback.
-
Same question for me, trying to upgrate to an new M1 Mac, as new Intel Macs will be discontinued this year, are we stuck with old hardware if we need good old AESGCM ? |
Beta Was this translation helpful? Give feedback.
-
yes, it would be great to add back AES-GCM. |
Beta Was this translation helpful? Give feedback.
-
due to compatibility with existing services that still use AES-GCM. |
Beta Was this translation helpful? Give feedback.
-
Hi,
from the documentation (https://doc.libsodium.org/secret-key_cryptography/aead/aes-256-gcm) it is not clear to me if AES256-GCM is available on a platform that does not support AESNI?
thanks!
Beta Was this translation helpful? Give feedback.
All reactions