blob: 91da6fa8ed225910359b5fd8650cdf9d2de0a3e5 (
about) (
plain) (
blame)
1
2
3
4
5
6
|
// Package signedcommit extracts commit signing payloads and signatures from raw
// commit object bodies.
package signedcommit
// TODO: Consider whether we want to fully copy the bytes into here.
// The Append functions are a bit weird ergonomically.
|