package inclusion import ( "fmt" ) func Main(args []string, optLeafHash, optRootHash string, optTreeSize uint64) error { return fmt.Errorf("TODO") }