Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/stream: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-23 | 1 | -2/+2 |
| | |||||
* | Hide Algorithm_Factory and use the functions in lookup.h internally. | lloyd | 2015-03-04 | 1 | -1/+1 |
| | | | | | | Fix two memory leaks (in TLS and modes) caused by calling get_foo and then cloning the result before saving it (leaking the original object), a holdover from the conversion between construction techniques in 1.11.14 | ||||
* | Reduce the CTR_BE buffer down to just a few blocks. | lloyd | 2015-02-17 | 1 | -14/+16 |
| | | | | No performance impact afaict. | ||||
* | Clean up root dir, remove some unneeded dependencies | lloyd | 2015-02-05 | 1 | -5/+0 |
| | |||||
* | Use registry for streams and MACs. Start updating callers. | lloyd | 2015-01-31 | 2 | -1/+15 |
| | |||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 2 | -2/+2 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Guess I won't be needing these | lloyd | 2014-01-18 | 1 | -1/+0 |
| | |||||
* | More unique_ptr | lloyd | 2014-01-18 | 2 | -71/+37 |
| | |||||
* | Move lib into src | lloyd | 2014-01-10 | 3 | -0/+201 |