aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/idea
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary code due to compiler limitationsJack Lloyd2020-11-111-1/+1
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-063-6/+4
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+2
* Make the ISA list a listJack Lloyd2019-04-171-1/+3
* Fix some extra semicolonsJack Lloyd2019-03-271-1/+1
* Add CT::Mask typeJack Lloyd2018-11-281-2/+2
* Fix some MSVC warningsJack Lloyd2018-09-301-2/+2
* Optimize CT::is_zero, CT::expand_mask, CT::expand_top_bitJack Lloyd2018-09-071-5/+4
* Simplify IDEA key scheduleJack Lloyd2018-02-231-23/+28
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-261-0/+4
* Address some bool/int conversion warnings from SonarJack Lloyd2017-10-061-1/+2
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Fix various MSVC warningsJack Lloyd2017-08-311-1/+1
* Notify callers of parallel ops for AES, IDEA, Noekeon, SHACAL2 and ThreefishJack Lloyd2017-08-142-0/+14
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-022-3/+6
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-183-25/+25
* Add Cilk/OpenMP supportJack Lloyd2016-11-261-5/+3
* Move ISA optimized versions under the main algo dirJack Lloyd2016-11-032-0/+212
* Change T::provider to return std::stringJack Lloyd2016-09-152-2/+2
* Add T::provider() to allow user to inquire about implementation usedJack Lloyd2016-09-152-0/+14
* Merge optimized implementations into base classJack Lloyd2016-09-152-12/+32
* Mass-prefix member vars with m_René Korthaus2016-01-082-32/+32
* Make Montgomery reduction constant time.Jack Lloyd2015-10-241-14/+14
* Make PKCS #1 and OAEP decoding constant time to avoid oracle attacksJack Lloyd2015-10-161-12/+25
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-3/+1
* block: Add missing overridesDaniel Seither2015-07-301-6/+6
* lib/block: Convert &vec[0] to vec.data()Simon Warta2015-06-271-2/+2
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-1/+3
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Move lib into srclloyd2014-01-103-0/+216