Type Alias MemoryStorageFp

Source
pub type MemoryStorageFp = MemoryStorage<Base>;

Aliased Type§

struct MemoryStorageFp {
    pub tree: HashMap<BigUint, Fp>,
}

Fields§

§tree: HashMap<BigUint, Fp>