aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/idea_sse2/idea_sse2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move ISA optimized versions under the main algo dirJack Lloyd2016-11-031-208/+0
* Add ISA annotations to functions using SIMD, AES, etcJack Lloyd2016-10-141-0/+4
* Merge optimized implementations into base classJack Lloyd2016-09-151-44/+5
* Make Montgomery reduction constant time.Jack Lloyd2015-10-241-6/+6
* Make PKCS #1 and OAEP decoding constant time to avoid oracle attacksJack Lloyd2015-10-161-1/+9
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-4/+0
* Reverse the algorithm priority orderingJack Lloyd2015-08-291-1/+2
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-1/+1
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-0/+4
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Move lib into srclloyd2014-01-101-0/+234