Type Definition mpc_ristretto::SharedNetwork

source ·
pub type SharedNetwork<N: MpcNetwork + Send> = Rc<RefCell<N>>;
Expand description

SharedNetwork wraps a network implementation in a borrow-safe container while providing interior mutability