Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdRoll/baker
/ parseConf
Method
parseConf
filter/crypt.go:42–42 ·
view source on GitHub ↗
(map[string]string)
Source
from the content-addressed store, hash-verified
40
41
type
cryptAlgorithm
interface
{
42
parseConf(
map
[string]string) error
43
encrypt([]byte) ([]byte, error)
44
decrypt([]byte) ([]byte, error)
45
}
Callers
1
NewCrypt
Function · 0.65
Implementers
1
cryptFernet
filter/crypt.go
Calls
no outgoing calls
Tested by
no test coverage detected