aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/xor_buf.h
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-113/+0
* Move std::vector operator^= to xor_buflloyd2013-03-151-0/+12
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-0/+26
* Use size_t for BufferedComputation::add_datalloyd2010-10-121-6/+7
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
* Use unaligned reads/writes in xor_buf.h - bad macro name!lloyd2009-12-231-2/+2
* Tick to 1.9.3-devlloyd2009-11-061-2/+2
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-0/+2
* Check in a branch with a major redesign on how entropy polling is performed.lloyd2009-01-271-18/+0
* Use a simple run length encoding in xor_into_buf, so long blocks of spaces,lloyd2008-11-231-1/+3
* Pass by const reference so larger structs can be used with xor_into_buf templatelloyd2008-11-231-1/+1
* Move xor_into_buf to xor_buf.cpp. Also add a new template wrapper forlloyd2008-11-231-10/+11
* Add xor_into_buf. Add Doxygen comments for xor_buflloyd2008-11-231-10/+32
* Move util functions into utils/ modulelloyd2008-09-281-0/+65