MCPcopy
hub / github.com/ory/keto / Bcrypt

Struct Bcrypt

oryx/hasherx/hasher_bcrypt.go:19–21  ·  view source on GitHub ↗

Bcrypt is a hasher that uses the bcrypt algorithm.

Source from the content-addressed store, hash-verified

17type (
18 // Bcrypt is a hasher that uses the bcrypt algorithm.
19 Bcrypt struct {
20 c BCryptConfigurator
21 }
22 // BCryptConfig is the configuration for the bcrypt hasher.
23 BCryptConfig struct {
24 Cost uint32 `json:"cost"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected