go_sshkeys/kdf/consts_null.go
2022-03-05 19:22:40 -05:00

6 lines
49 B
Go

package kdf
const (
NullName string = "none"
)