summaryrefslogtreecommitdiff
path: root/pkg/integrity/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integrity/doc.go')
-rw-r--r--pkg/integrity/doc.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/integrity/doc.go b/pkg/integrity/doc.go
index 19739fd..37850a5 100644
--- a/pkg/integrity/doc.go
+++ b/pkg/integrity/doc.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2020, Sylabs Inc. All rights reserved.
+// Copyright (c) 2020-2022, Sylabs Inc. All rights reserved.
// This software is licensed under a 3-clause BSD license. Please consult the LICENSE.md file
// distributed with the sources of this project regarding your rights to use or distribute this
// software.
@@ -7,7 +7,7 @@
Package integrity implements functions to add, examine, and verify digital signatures in a SIF
image.
-Sign
+# Sign
To add one or more digital signatures to a SIF, create a Signer, and supply a signing PGP entity:
@@ -23,7 +23,7 @@ Finally, to apply the signature(s):
err := s.Sign()
-Verify
+# Verify
To examine and/or verify digital signatures in a SIF, create a Verifier: