pub type MemoryStorageFp = MemoryStorage<Base>;
struct MemoryStorageFp { pub tree: HashMap<BigUint, Fp>, }
tree: HashMap<BigUint, Fp>