MCPcopy
hub / github.com/ory/hydra / cipherProvider

Struct cipherProvider

flow/encoding_test.go:171–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171type cipherProvider struct{}
172
173func (c *cipherProvider) FlowCipher() *aead.XChaCha20Poly1305 {
174 return aead.NewXChaCha20Poly1305(c)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected