MCPcopy
hub / github.com/getsops/sops / encPrefixCipher

Struct encPrefixCipher

sops_test.go:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42type encPrefixCipher struct{}
43
44func (c encPrefixCipher) Encrypt(value interface{}, key []byte, path string) (string, error) {
45 b, err := ToBytes(value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected