Crate ockam_key_exchange_core[][src]

Expand description

Key exchange types and traits of the Ockam library.

This crate contains the key exchange types of the Ockam library and is intended for use by other crates that provide features and add-ons to the main Ockam library.

The main Ockam crate re-exports types defined in this crate.

Structs

The state of a completed key exchange.

Traits

A trait implemented by both Initiator and Responder peers.

A creator of both initiator and responder peers of a key exchange.