pub struct DHElement(Vec<u8>);
Expand description
An abstract Diffie-Hellman group element.
Tuple Fields§
§0: Vec<u8>
Implementations§
Auto Trait Implementations§
impl Freeze for DHElement
impl RefUnwindSafe for DHElement
impl Send for DHElement
impl Sync for DHElement
impl Unpin for DHElement
impl UnwindSafe for DHElement
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