pub struct Adrs(/* private fields */);
Expand description
The address to randomize each hash function call to prevent multi-target attacks on the used hash function.
Implementations§
Trait Implementations§
impl Copy for Adrs
Auto Trait Implementations§
impl Freeze for Adrs
impl RefUnwindSafe for Adrs
impl Send for Adrs
impl Sync for Adrs
impl Unpin for Adrs
impl UnwindSafe for Adrs
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