aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/buf_comp/buf_comp.h
Commit message (Collapse)AuthorAgeFilesLines
* Add new top-level algorithm which provides basic functionality: namelloyd2010-11-011-151/+0
| | | | | | | | query, clearing, and cloning. Applies to ciphers, hashes, MACs, and PBKDFs. May extend to KDFs later as well. A single combined hierarchy in particular will make the algo_factory much simpler.
* Remove BufferedComputation::OUTPUT_LENGTHlloyd2010-10-291-13/+2
|
* Remove the upto argument to update_belloyd2010-10-131-5/+8
|
* Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-4/+4
|
* Add accessors for block size and output lengthlloyd2010-10-131-0/+5
|
* Use size_t for BufferedComputation::add_datalloyd2010-10-121-5/+5
|
* Add a simple update_be to BufferedComputation that takes an integerlloyd2010-10-121-0/+10
| | | | | and writes the bytes to the stream in big-endian order. Use it in KDF2, MGF1, and FPE.
* First set of changes for avoiding use implicit vector->pointer conversionslloyd2010-09-131-3/+6
|
* Replace "@return a blah" and "@return the blah" with just "@return blah"lloyd2010-06-161-1/+1
|
* More Doxygenlloyd2010-06-161-0/+4
|
* Yet more Doxygen commentslloyd2010-06-161-2/+13
|
* Fix a few hundred Doxygen warningslloyd2010-06-151-1/+1
|
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
| | | | | This caused Doxygen to think this was markup meant for it, which really caused some clutter in the namespace page.
* Move some files around to break up dependencies between directorieslloyd2009-07-161-0/+126