bcrypt and null kdf done, work on ciphers next (then keytypes)
This commit is contained in:
5
kdf/null/consts.go
Normal file
5
kdf/null/consts.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package null
|
||||
|
||||
const (
|
||||
Name string = "none"
|
||||
)
|
||||
Reference in New Issue
Block a user