summaryrefslogtreecommitdiff
path: root/aria.cpp
Commit message (Expand)AuthorAgeFilesLines
* Breakout and cleanup macros. Add CRYPTOPP_ENABLE_ARIA_SSE2_INTRINSICS, CRYPTO...Jeffrey Walton2017-04-131-57/+138
* Improve x86 and x64 ARIA performanceJeffrey Walton2017-04-131-48/+89
* Fix unaligned pointer crash on Win32 due to _mm_load_si128Jeffrey Walton2017-04-131-38/+70
* Add Intel and ARM intrinsicsJeffrey Walton2017-04-121-77/+187
* Add NEON intrinsics for ARIA_GSRK_NEONJeffrey Walton2017-04-121-32/+87
* Rework ARIA_GSRK to have MSVC generate "rotate imm" rather than "rot reg"Jeffrey Walton2017-04-111-48/+64
* Additional library integration for ARIAJeffrey Walton2017-04-111-79/+80
* Switch to code based on 32-bit implementationJeffrey Walton2017-04-111-205/+383
* Add ARIA block cipherJeffrey Walton2017-04-101-0/+270