pub struct Entropy(/* private fields */);Expand description
Trait Implementations§
Source§impl From<Entropy> for FuzzRng
Available on neither commonware_stability_BETA nor commonware_stability_DELTA nor commonware_stability_EPSILON nor commonware_stability_GAMMA nor commonware_stability_RESERVED.
impl From<Entropy> for FuzzRng
Available on neither
commonware_stability_BETA nor commonware_stability_DELTA nor commonware_stability_EPSILON nor commonware_stability_GAMMA nor commonware_stability_RESERVED.Source§impl From<Entropy> for Box<dyn CryptoRng + Send + 'static>
Available on neither commonware_stability_BETA nor commonware_stability_DELTA nor commonware_stability_EPSILON nor commonware_stability_GAMMA nor commonware_stability_RESERVED.Boxes the rng for runtimes that take a dynamic rng (e.g. the deterministic runtime’s
Config::with_rng).
impl From<Entropy> for Box<dyn CryptoRng + Send + 'static>
Available on neither
commonware_stability_BETA nor commonware_stability_DELTA nor commonware_stability_EPSILON nor commonware_stability_GAMMA nor commonware_stability_RESERVED.Boxes the rng for runtimes that take a dynamic rng (e.g. the deterministic runtime’s
Config::with_rng).
Auto Trait Implementations§
impl Freeze for Entropy
impl RefUnwindSafe for Entropy
impl Send for Entropy
impl Sync for Entropy
impl Unpin for Entropy
impl UnsafeUnpin for Entropy
impl UnwindSafe for Entropy
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