Struct ockam_key_exchange_core::CompletedKeyExchange[][src]

pub struct CompletedKeyExchange { /* fields omitted */ }
Expand description

The state of a completed key exchange.

Implementations

The state hash.

The derived encryption key.

The derived decryption key.

Build a CompletedKeyExchange comprised of the input parameters.

Trait Implementations

Formats the value using the given formatter. Read more

Zero out this object from memory using Rust intrinsics which ensure the zeroization operation is not “optimized away” by the compiler. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.