Skip to main content

ClientRngBox

Type Alias ClientRngBox 

Source
pub type ClientRngBox = Box<dyn ClientFeltRng>;
Expand description

Re-export the entire miden_client crate so external projects can use a single dependency. Boxed RNG trait object used by the client.

Aliased Typeยง

pub struct ClientRngBox(/* private fields */);