aboutsummaryrefslogtreecommitdiff
path: root/object/signed/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/signed/doc.go')
-rw-r--r--object/signed/doc.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/object/signed/doc.go b/object/signed/doc.go
new file mode 100644
index 00000000..b6a1fe7c
--- /dev/null
+++ b/object/signed/doc.go
@@ -0,0 +1,8 @@
+// Package signed encapsulates raw signed-object processing.
+//
+// Its subpackages extract verification payloads and embedded signatures
+// from raw commit and tag object bodies,
+// without depending on the parsed object models
+// in [lindenii.org/go/furgit/object/commit]
+// and [lindenii.org/go/furgit/object/tag].
+package signed