pub type PublicParamMemCache = Mutex<HashMap<usize, Arc<PublicParams<'static>>>>;
pub struct PublicParamMemCache { /* private fields */ }