Crate mc_oblivious_map[][src]

Implementation of a cuckoo hash table where the arena is an oblivious RAM

Structs

CuckooHashTable

A bucketed cuckoo hash table built on top of oblivious storage.

CuckooHashTableCreator

Factory implementing OMapCreator for this type, based on any ORAM Creator. Otherwise it is very difficult to invoke CuckooHashTable::new() generically