aboutsummaryrefslogtreecommitdiff
path: root/cmd/sigsum-debug/head/consistency/consistency.go
blob: 18fbdd6b4ad2ec2e07164b54a0f1e4d3146eb9f2 (plain)
1
2
3
4
5
6
7
8
9
package consistency

import (
	"fmt"
)

func Main(args []string, oldSize, newSize uint64, oldRoot, newRoot string) error {
	return fmt.Errorf("TODO")
}