bcrypt and null kdf done, work on ciphers next (then keytypes)
This commit is contained in:
10
cipher/aes/aes192/consts.go
Normal file
10
cipher/aes/aes192/consts.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package aes192
|
||||
|
||||
import (
|
||||
`r00t2.io/sshkeys/cipher/aes`
|
||||
)
|
||||
|
||||
const (
|
||||
KeySize int = 24 // in bytes; AES182 is so named for its 192-bit key, thus: 192 / 8 = 24
|
||||
KdfKeySize int = KeySize + aes.IvSize
|
||||
)
|
||||
Reference in New Issue
Block a user