aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/aria
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy readability-container-size-empty warningsJack Lloyd2022-02-061-6/+6
* Avoid uses of volatile deprecated in C++20Jack Lloyd2022-01-271-1/+1
* Make get_byte take a compile-time constant indexJack Lloyd2021-04-161-24/+24
* Add BlockCipher::new_objectJack Lloyd2021-04-031-3/+3
* Incrase the alignment of all lookup tablesJack Lloyd2020-12-111-8/+4
* Use smaller tables in Camellia, ARIA, and SEEDJack Lloyd2020-12-041-172/+162
* Make scan_name.h, cpuid.h and http_util.h internalJack Lloyd2020-11-281-1/+1
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-063-12/+6
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+2
* Refactor CPUID to make it thread safeJack Lloyd2019-01-301-6/+7
* Fix some warnings from PVS-StudioJack Lloyd2019-01-171-3/+4
* Avoid including rotate.h in bswap.hJack Lloyd2018-12-211-0/+1
* Remove support for Visual C++ 2013Jack Lloyd2018-10-011-4/+4
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-3/+6
* Convert http:// links to https:// where possibleJack Lloyd2017-10-242-2/+2
* Add compile-time rotation functionsJack Lloyd2017-10-121-6/+6
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* More annotationsJack Lloyd2017-09-191-3/+3
* Cleanup ARIAJack Lloyd2017-08-232-379/+251
* Add ARIA Block Cipher (GH #1004)Jeffrey Walton2017-08-233-0/+717