aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/idea/idea.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix various MSVC warningsJack Lloyd2017-08-311-1/+1
* Notify callers of parallel ops for AES, IDEA, Noekeon, SHACAL2 and ThreefishJack Lloyd2017-08-141-0/+12
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-18/+18
* Add Cilk/OpenMP supportJack Lloyd2016-11-261-5/+3
* Change T::provider to return std::stringJack Lloyd2016-09-151-1/+1
* Add T::provider() to allow user to inquire about implementation usedJack Lloyd2016-09-151-0/+12
* Merge optimized implementations into base classJack Lloyd2016-09-151-0/+27
* Mass-prefix member vars with m_René Korthaus2016-01-081-29/+29
* 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
* 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-101-1/+1
* Move lib into srclloyd2014-01-101-0/+169