aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/serpent/serpent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes for minimized buildsJack Lloyd2019-02-161-1/+1
* Avoid including rotate.h in bswap.hJack Lloyd2018-12-211-0/+1
* Add explicit AVX2 function annotationsJack Lloyd2018-10-051-0/+2
* Report if Serpent is using AVX2Jack Lloyd2018-09-101-0/+7
* Serpent 8x decryptJack Lloyd2018-08-241-1/+1
* WIP for Serpent AVX2Jack Lloyd2018-08-241-0/+26
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-261-0/+4
* Add compile-time rotation functionsJack Lloyd2017-10-121-11/+11
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-12/+12
* Add Cilk/OpenMP supportJack Lloyd2016-11-261-34/+47
* 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/+30
* Mass-prefix member vars with m_René Korthaus2016-01-081-6/+6
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-3/+1
* More changes for use with debug STLSimon Warta2015-06-301-1/+1
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-4/+5
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Move lib into srclloyd2014-01-101-0/+205