pub struct HashTimingSource;Expand description
Entropy source that harvests timing jitter from SHA-256 hashing. Note: SHA-256 is used as the workload being timed, not for conditioning.
Trait Implementations§
Source§impl EntropySource for HashTimingSource
impl EntropySource for HashTimingSource
Auto Trait Implementations§
impl Freeze for HashTimingSource
impl RefUnwindSafe for HashTimingSource
impl Send for HashTimingSource
impl Sync for HashTimingSource
impl Unpin for HashTimingSource
impl UnwindSafe for HashTimingSource
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