checking in prelim stuff
This commit is contained in:
9
kdf/consts.go
Normal file
9
kdf/consts.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package kdf
|
||||
|
||||
var (
|
||||
// kdfNames is a collection of valid KDF name strings.
|
||||
kdfNames []string = []string{
|
||||
"none",
|
||||
"bcrypt",
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user