aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/camellia
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-063-12/+6
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+2
* 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
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-3/+3
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-97/+97
* Add Cilk/OpenMP supportJack Lloyd2016-11-261-14/+8
* Add final attribute to many classesJack Lloyd2016-01-101-3/+3
* Mass-prefix member vars with m_René Korthaus2016-01-082-15/+15
* Delete Camellia sbox header.Jack Lloyd2015-09-222-550/+1
* 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
* block: Add missing overridesDaniel Seither2015-07-301-18/+18
* 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-103-3/+3
* Move lib into srclloyd2014-01-104-0/+1019