Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert part of 5be6e329324fc8263de56167091754e27305917b, | lloyd | 2013-04-10 | 1 | -42/+43 |
| | | | | | | | AEAD_Mode::start now returns a value again. While not useful for any current modes it allows future flexibility of presenting protoocol-level concepts (eg, OpenPGP encryption) using the AEAD interface. | ||||
* | Remove return value of AEAD_Mode::start as it doesn't seem necessary | lloyd | 2013-04-03 | 1 | -3/+1 |
| | | | | | | | and is an extra complication for callers. Replace the get_aead in lookup.h returning a Filter with one in aead.h returning AEAD_Mode. | ||||
* | More AEAD documentation | lloyd | 2013-03-27 | 1 | -13/+22 |
| | |||||
* | Clarify that get_cipher will return AEAD_Filter | lloyd | 2013-03-27 | 1 | -1/+2 |
| | |||||
* | Basic docs for AEAD_Mode | lloyd | 2013-03-27 | 1 | -0/+74 |