Type Alias darkfi_sdk::crypto::smt::MemoryStorageFp

source ·
pub type MemoryStorageFp = MemoryStorage<Base>;

Aliased Type§

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

Fields§

§tree: HashMap<BigUint, Fp>