Type Alias filecoin_proofs::constants::DefaultOctTree

source ·
pub type DefaultOctTree = DiskTree<DefaultTreeHasher, U8, U0, U0>;
Expand description

A merkle tree with Poseidon hashing, where all levels have arity 8. It’s fully persisted to disk.

Aliased Type§

struct DefaultOctTree {
    pub inner: MerkleTree<PoseidonDomain, PoseidonFunction, DiskStore<PoseidonDomain>, UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>>,
    pub h: PhantomData<PoseidonHasher>,
}

Fields§

§inner: MerkleTree<PoseidonDomain, PoseidonFunction, DiskStore<PoseidonDomain>, UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>>§h: PhantomData<PoseidonHasher>