pub fn exercise_omap_counter_table<KeySize, O, R>( num_rounds: usize, omap: &mut O, rng: &mut R, )where KeySize: ArrayLength<u8>, O: ObliviousHashMap<KeySize, U8>, R: RngCore + CryptoRng,
Exercise an OMAP used as an oblivious counter table via the access_and_insert operation