Add a TODO

This commit is contained in:
Andrew Ayer 2017-01-05 14:32:28 -08:00
parent 55d12ee013
commit f920ef0ec3
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ func reverseHashes(hashes []ct.MerkleTreeNode) {
// TODO: drop the MerkleTreeBuilder return value
func VerifyConsistencyProof(proof ct.ConsistencyProof, first *ct.SignedTreeHead, second *ct.SignedTreeHead) (bool, *MerkleTreeBuilder) {
// TODO: make sure every hash in proof is right length? otherwise input to hashChildren is ambiguous
if second.TreeSize < first.TreeSize {
// Can't be consistent if tree got smaller
return false, nil