aboutsummaryrefslogtreecommitdiff
path: root/file
diff options
context:
space:
mode:
Diffstat (limited to 'file')
-rw-r--r--file/names.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/file/names.go b/file/names.go
index 6846097..2ee1518 100644
--- a/file/names.go
+++ b/file/names.go
@@ -35,3 +35,7 @@ func PubFile(comment string) (string, bool) {
}
return "", false
}
+
+func VerifyWith(encFile string) string {
+ return verifyWith + PubName(encFile)
+}