Module filecoin_proofs::types[][src]

Structs

Representation of a merkle proof.

Stored along side the sector on disk.

The minimal information required about a replica, in order to be able to generate a PoSt over it.

The minimal information required about a replica, in order to be able to verify a PoSt over it.

Enums

Constants

Arity for binary trees, used for comm_d.

Arity for oct trees, used for comm_r_last.

Traits

Trait used to abstract over the way Merkle Trees are constructed and stored.

Type Definitions