Type Alias filecoin_proofs::constants::SectorShapeSub8

source ·
pub type SectorShapeSub8 = LCTree<DefaultTreeHasher, U8, U8, U0>;

Aliased Type§

struct SectorShapeSub8 {
    pub inner: MerkleTree<PoseidonDomain, PoseidonFunction, LevelCacheStore<PoseidonDomain, File>, UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>>,
    pub h: PhantomData<PoseidonHasher>,
}

Fields§

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