Struct botan::KeyAgreement[][src]

pub struct KeyAgreement { /* fields omitted */ }

An object that performs key agreement

Methods

impl KeyAgreement
[src]

Create a new key agreement operator

Perform key agreement operation

Trait Implementations

impl Debug for KeyAgreement
[src]

Formats the value using the given formatter. Read more

impl Drop for KeyAgreement
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for KeyAgreement

impl !Sync for KeyAgreement