aboutsummaryrefslogtreecommitdiff
path: root/object/signed/doc.go
blob: b6a1fe7c950d8efb03c5823a376925781361dbdb (about) (plain) (blame)
1
2
3
4
5
6
7
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