aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils
Commit message (Expand)AuthorAgeFilesLines
* Add an implementation of McEliece encryption based on HyMESfstrenzke2014-11-263-13/+56
* Fix warnings in Altivec header and add AltiVec detection for POWER8lloyd2014-11-161-0/+2
* Add some util functions for timing attack countermeasures from Falkolloyd2014-11-153-0/+103
* These should be template specializationslloyd2014-11-051-5/+7
* Various small fixes and cleanups, new is_prime utillloyd2014-11-031-2/+0
* Have clear_mem just be a plain memset and only call the (slow)lloyd2014-08-091-1/+1
* VC2013 doesn't support __func__. Github #22lloyd2014-05-151-4/+4
* Add default constructors to work around VC2013 issue. Github #17lloyd2014-05-011-0/+2
* Check Content-Length of HTTP responseslloyd2014-04-051-1/+10
* Use stdint.h instead of cstdint for Clang. Bugzilla 266lloyd2014-02-211-7/+9
* Remove dependency on boost string algoslloyd2014-02-133-13/+30
* Add ChaChalloyd2014-01-311-12/+41
* More unique_ptr, and pull <memory> all the way up to types.hlloyd2014-01-181-0/+1
* Split off the keyed interfaces of transform to Keyed_Transformlloyd2014-01-181-0/+6
* Fix dependency checks for intrinsics and runtime Altivec checklloyd2014-01-101-1/+1
* Move lib into srclloyd2014-01-1047-0/+4596