mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-22 01:52:21 +00:00
improve some functions
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"golang.org/x/crypto/bcrypt"
|
||||
)
|
||||
|
||||
var _ HashAlg = (*BCrypt)(nil)
|
||||
var _ HashAlgorithm = (*BCrypt)(nil)
|
||||
|
||||
type BCrypt struct {
|
||||
cost int
|
||||
|
Reference in New Issue
Block a user