Skip to main content

ClientFeltRng

Trait ClientFeltRng 

Source
pub trait ClientFeltRng:
    FeltRng
    + Send
    + Sync { }
Expand description

Marker trait for RNGs that can be shared across threads and used by the client.

Implementors§

Source§

impl<T> ClientFeltRng for T
where T: FeltRng + Send + Sync,