go_sshkeys/kdf/consts_null.go

6 lines
49 B
Go
Raw Normal View History

2022-03-05 19:22:40 -05:00
package kdf
const (
NullName string = "none"
)