aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/ct_utils.h
Commit message (Expand)AuthorAgeFilesLines
* Use valgrind's memcheck API for checking const time annotationsJack Lloyd2016-01-031-14/+27
* Missing include dependencyJack Lloyd2015-10-261-1/+1
* Asan fix - referencing &vec[vec.size()] instead of vec.end()Jack Lloyd2015-10-261-0/+16
* TLS improvementsJack Lloyd2015-10-251-0/+36
* Make Montgomery reduction constant time.Jack Lloyd2015-10-241-71/+48
* Cleanups in ct and oaepJack Lloyd2015-10-171-87/+12
* Make PKCS #1 and OAEP decoding constant time to avoid oracle attacksJack Lloyd2015-10-161-0/+207