mirror of
https://github.com/SSLMate/certspotter.git
synced 2026-02-02 02:34:20 +01:00
Add a TODO
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user