package kdf
var (
// kdfNames is a collection of valid KDF name strings.
kdfNames = []string{
"none",
"bcrypt",
}
)