aboutsummaryrefslogtreecommitdiffstats
path: root/doc/aead.rst
Commit message (Collapse)AuthorAgeFilesLines
* Revert part of 5be6e329324fc8263de56167091754e27305917b,lloyd2013-04-101-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 necessarylloyd2013-04-031-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 documentationlloyd2013-03-271-13/+22
|
* Clarify that get_cipher will return AEAD_Filterlloyd2013-03-271-1/+2
|
* Basic docs for AEAD_Modelloyd2013-03-271-0/+74