- Jul 08, 2024
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Allow setting: - library install directory with -DLIB_INSTALL_DIR - header install directory with -DINCLUDE_INSTALL_DIR - man page install directory with -DMAN_INSTALL_DIR
-
-
Performance tests for QUIC API can be launched now per algorithm (using --aead-algo aes-gcm-128, --aead-algo chacha20-poly1305 or --cipher-algo aes-ecb-128, alongside --quic-api), enabling benchmarking of various packet sizes (except for AES-ECB, which is fixed to 16 bytes) and iterations, like any other algorithm.
-
-
-
-
-
-
-
-
- create template aes-cbc decrypt module for all three key sizes - create template aes-cbcs-1-9 decrypt module, it doesn't aes-cbc workaround and packing all functionalities into one module reduces its readability
-
-
-
-
-
- perform all plain text loads before doing stores - without the workaround, on Intel Atom(R) processors, performance penalty may be observed in NOT 4-byte aligned address and an in-place operation
-
-
-
-