Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | aead: Create AEAD using traditional transforms with an explicit IV generator | Martin Willi | 2015-04-13 | 1 | -1/+2 |
* | aead: Support custom AEAD salt sizes | Martin Willi | 2014-03-31 | 1 | -0/+9 |
* | iv_gen: aead_t implementations provide an IV generator | Tobias Brunner | 2013-10-11 | 1 | -0/+11 |
* | Fix various API doc issues and typos | Tobias Brunner | 2013-07-18 | 1 | -2/+2 |
* | Avoid problems with Doxygen by adding warn_unused_result attribute at the end... | Tobias Brunner | 2012-08-11 | 1 | -4/+3 |
* | Add a return value to aead_t.set_key() | Martin Willi | 2012-07-16 | 1 | -1/+3 |
* | Add a return value to aead_t.encrypt() | Martin Willi | 2012-07-16 | 1 | -1/+3 |
* | Fixed common misspellings. | Tobias Brunner | 2011-07-20 | 1 | -1/+1 |
* | Implemented an AEAD wrapper for traditional crypter/signer transforms | Martin Willi | 2010-08-19 | 1 | -0/+119 |