bcrypt and null kdf done, work on ciphers next (then keytypes)

This commit is contained in:
2022-04-25 04:27:24 -04:00
parent 91d5e99404
commit ff3f8243d1
43 changed files with 755 additions and 423 deletions

5
kdf/null/consts.go Normal file
View File

@@ -0,0 +1,5 @@
package null
const (
Name string = "none"
)