aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/camellia/camellia.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary code due to compiler limitationsJack Lloyd2020-11-111-2/+2
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-3/+3
* Avoid including rotate.h in bswap.hJack Lloyd2018-12-211-0/+1
* Remove support for Visual C++ 2013Jack Lloyd2018-10-011-1/+1
* Correct a comment in Camellia code, and align the 256 byte tableJack Lloyd2018-07-131-1/+3
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-261-0/+6
* Add compile-time rotation functionsJack Lloyd2017-10-121-8/+8
* Address various GCC warningsJack Lloyd2017-10-061-8/+8
* Remove redundant parensJack Lloyd2017-10-031-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-85/+85
* Add Cilk/OpenMP supportJack Lloyd2016-11-261-14/+8
* Mass-prefix member vars with m_René Korthaus2016-01-081-12/+12
* Inline Camellia sbox tables to source fileJack Lloyd2015-09-221-3/+530
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-5/+1
* lib/block: Convert &vec[0] to vec.data()Simon Warta2015-06-271-1/+1
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-1/+5
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Move lib into srclloyd2014-01-101-0/+394