pub struct DHKey(/* private fields */);Expand description
P-256 elliptic curve shared secret ([Vol 3] Part H, Section 2.3.5.6.1).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DHKey
impl RefUnwindSafe for DHKey
impl Send for DHKey
impl Sync for DHKey
impl Unpin for DHKey
impl UnwindSafe for DHKey
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more