Crate ockam_key_exchange_xx[][src]

Expand description

XX (Noise Protocol) implementation of an Ockam Key Exchanger.

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

Represents an XX initiator

Represents an XX responder

Represents an XX NewKeyExchanger

Enums

Represents the failures that can occur in an Ockam XX Key Agreement

Constants

The number of bytes in AES-GCM tag

The number of bytes in a SHA256 digest

Traits

Vault with XX required functionality