#[repr(transparent)]
pub struct DHKey(_);
Expand description
P-256 elliptic curve shared secret ([Vol 3] Part H, Section 2.3.5.6.1).
Generates LE Secure Connections MacKey and LTK
([Vol 3] Part H, Section 2.2.7).
Formats the value using the given formatter.
Read more
Executes the destructor for this type.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
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.