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