Versions in this module Expand all Collapse all v0 v0.2.0 Jun 2, 2019 Changes in this version + const SegmentSize + const SegmentsPerSector + func BuildDiffProof(actions []renterhost.RPCWriteAction, sectorRoots []crypto.Hash) (treeHashes, leafHashes []crypto.Hash) + func BuildProof(sector *[renterhost.SectorSize]byte, start, end int, ...) []crypto.Hash + func BuildSectorRangeProof(sectorRoots []crypto.Hash, start, end int) []crypto.Hash + func DiffProofSize(actions []renterhost.RPCWriteAction, numLeaves int) int + func MetaRoot(roots []crypto.Hash) crypto.Hash + func ProofSize(n, start, end int) int + func SectorRoot(sector *[renterhost.SectorSize]byte) crypto.Hash + func VerifyDiffProof(actions []renterhost.RPCWriteAction, numLeaves int, ...) bool + func VerifyProof(proof []crypto.Hash, segments []byte, start, end int, root crypto.Hash) bool + func VerifySectorRangeProof(proof []crypto.Hash, rangeRoots []crypto.Hash, start, end, numRoots int, ...) bool