blob: b1616a5b103f976123e392900e30f5a60e777c29 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
|
// 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
|