Bcrypt is a hasher that uses the bcrypt algorithm.
| 17 | type ( |
| 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"` |
nothing calls this directly
no outgoing calls
no test coverage detected