Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new top-level algorithm which provides basic functionality: name | lloyd | 2010-11-01 | 1 | -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_LENGTH | lloyd | 2010-10-29 | 1 | -13/+2 |
| | |||||
* | Remove the upto argument to update_be | lloyd | 2010-10-13 | 1 | -5/+8 |
| | |||||
* | Use output_length() instead of OUTPUT_LENGTH pseudo-property | lloyd | 2010-10-13 | 1 | -4/+4 |
| | |||||
* | Add accessors for block size and output length | lloyd | 2010-10-13 | 1 | -0/+5 |
| | |||||
* | Use size_t for BufferedComputation::add_data | lloyd | 2010-10-12 | 1 | -5/+5 |
| | |||||
* | Add a simple update_be to BufferedComputation that takes an integer | lloyd | 2010-10-12 | 1 | -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 conversions | lloyd | 2010-09-13 | 1 | -3/+6 |
| | |||||
* | Replace "@return a blah" and "@return the blah" with just "@return blah" | lloyd | 2010-06-16 | 1 | -1/+1 |
| | |||||
* | More Doxygen | lloyd | 2010-06-16 | 1 | -0/+4 |
| | |||||
* | Yet more Doxygen comments | lloyd | 2010-06-16 | 1 | -2/+13 |
| | |||||
* | Fix a few hundred Doxygen warnings | lloyd | 2010-06-15 | 1 | -1/+1 |
| | |||||
* | Use "/*" instead of "/**" in starting comments at the begining of a file. | lloyd | 2010-06-07 | 1 | -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 directories | lloyd | 2009-07-16 | 1 | -0/+126 |