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