Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/oauth2-proxy/oauth2-proxy
/ gcmCipher
Struct
gcmCipher
pkg/encryption/cipher.go:88–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
type
gcmCipher
struct
{
89
cipher.Block
90
}
91
92
// NewGCMCipher returns a new AES GCM Cipher
93
func
NewGCMCipher(secret []byte) (Cipher, error) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected