aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/xor_buf.h
Commit message (Expand)AuthorAgeFilesLines
* 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