ajgb / crypt-nacl-sodium

Crypt::NaCl::Sodium - NaCl compatible modern, easy-to-use library for encryption, decryption, signatures, password hashing and more
https://metacpan.org/release/Crypt-NaCl-Sodium
9 stars 10 forks source link

AES256-GCM does not work #5

Closed zhou0 closed 7 years ago

zhou0 commented 7 years ago

when i try to use this module, it says AES256-GCM is not supported by this CPU.

ajgb commented 7 years ago

Hi,

That's the limitation of the implementation as it is hardware-accelerated and requires the Intel SSSE3 extensions, as well as the aesni and pclmul instructions.

Thanks, Alex