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§
- Completed
KeyExchange - The state of a completed key exchange.
Traits§
- KeyExchanger
- A trait implemented by both Initiator and Responder peers.
- NewKey
Exchanger - A creator of both initiator and responder peers of a key exchange.