MCPcopy
hub / github.com/FiloSottile/age / injectedFileKeyIdentity

Struct injectedFileKeyIdentity

age.go:443–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441}
442
443type injectedFileKeyIdentity struct {
444 fileKey []byte
445}
446
447// NewInjectedFileKeyIdentity returns an [Identity] that always produces
448// a fixed file key, allowing the use of a file key obtained out-of-band,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected