pub struct SeedEntropy { /* private fields */ }Expand description
Deterministic PRNG (SplitMix64) for tests only. Not cryptographically secure — do not use for real key material.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SeedEntropy
impl RefUnwindSafe for SeedEntropy
impl Send for SeedEntropy
impl Sync for SeedEntropy
impl Unpin for SeedEntropy
impl UnsafeUnpin for SeedEntropy
impl UnwindSafe for SeedEntropy
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