aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/key-exchange-agreements.rst
Commit message (Collapse)AuthorAgeFilesLines
* Kill Key Exchange as a separate interfaceSimo Sorce2015-10-151-23/+0
| | | | | | | | Ultimately it was decided that ECDH and the others can be implemented as simple classes without the overhead of an interface. So ... let's kill it, it was a fun process. Signed-off-by: Simo Sorce <simo@redhat.com>
* Introduce Key Exchange Agreements interfaceSimo Sorce2015-10-071-0/+23
Signed-off-by: Simo Sorce <simo@redhat.com>