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