blob: fb6fc3f81415a4f3ceea84170d15761c0e5c6cc9 (
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 [codeberg.org/lindenii/furgit/object/commit] and
// [codeberg.org/lindenii/furgit/object/tag].
package signed
|