weidai11 / cryptopp

free C++ class library of cryptographic schemes
https://cryptopp.com
Other
4.67k stars 1.47k forks source link

keccak_simd.cpp: no NEON code #1220

Closed sdlyyxy closed 1 year ago

sdlyyxy commented 1 year ago

The file says: This source file uses intrinsics to gain access to SSE and NEON instructions.

But it seems all the code is only for CRYPTOPP_SSSE3_AVAILABLE being defined.