exercise_omap_counter_table

Function exercise_omap_counter_table 

Source
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,
Expand description

Exercise an OMAP used as an oblivious counter table via the access_and_insert operation