mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 02:52:21 +01:00
AES bitsliced implementation that is cache attack safe. Configure with: --enable-aes-bitslice or define: WC_AES_BITSLICE HAVE_AES_ECB HAVE_AES_DIRECT Very slow for CBC, CFB, OFB and any mode that uses a previous encrypt block to calculate current. CTR, GCM, XTS can parallelize the data and be much faster. Added AES-ECB test to test.c.