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

Method FlowCipher

driver/registry_sql.go:413–418  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

411}
412
413func (m *RegistrySQL) FlowCipher() *aead.XChaCha20Poly1305 {
414 if m.flowc == nil {
415 m.flowc = aead.NewXChaCha20Poly1305(m.Config())
416 }
417 return m.flowc
418}
419
420func (m *RegistrySQL) CookieStore(ctx context.Context) (sessions.Store, error) {
421 var keys [][]byte

Callers

nothing calls this directly

Calls 2

ConfigMethod · 0.95
NewXChaCha20Poly1305Function · 0.92

Tested by

no test coverage detected