Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
42
type
encPrefixCipher
struct
{}
43
44
func
(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