aboutsummaryrefslogtreecommitdiff
path: root/object/signed
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-29 18:38:47 +0000
committerGravatar Runxi Yu2026-03-29 18:39:29 +0000
commit02c78ff5025297b18f96e6741c2df38b7fe8849d (patch)
treefd23e80240b58090a96a18fe12e5665de713e48b /object/signed
parentROADMAP: Updates (diff)
signatureNo signature
*: Update docs v0.1.151
Diffstat (limited to 'object/signed')
-rw-r--r--object/signed/doc.go7
1 files changed, 6 insertions, 1 deletions
diff --git a/object/signed/doc.go b/object/signed/doc.go
index 9953a3d3..fb6fc3f8 100644
--- a/object/signed/doc.go
+++ b/object/signed/doc.go
@@ -1,2 +1,7 @@
-// Package signed encapsulates some routines to process signed commits and tags.
+// 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 [codeberg.org/lindenii/furgit/object/commit] and
+// [codeberg.org/lindenii/furgit/object/tag].
package signed