We should implement tlog.TileReader on top of our tile storage layer, use it to build a tlog.TileHashReader, and pass that to subtree.ConsistencyProof to build inclusion proofs for entries to a subtree. For starters, we'll build inclusion proofs to checkpoints (start=0), but eventually we'll wire up sign-subtree and build inclusion proofs based on that.
Those inclusion proofs can then be incorporated into an MTCProof (#8907) and attached to a TBSCertificate (#8908) to build an MTC.
Part of #8738
We should implement
tlog.TileReaderon top of our tile storage layer, use it to build atlog.TileHashReader, and pass that tosubtree.ConsistencyProofto build inclusion proofs for entries to a subtree. For starters, we'll build inclusion proofs to checkpoints (start=0), but eventually we'll wire up sign-subtree and build inclusion proofs based on that.Those inclusion proofs can then be incorporated into an MTCProof (#8907) and attached to a TBSCertificate (#8908) to build an MTC.
Part of #8738