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 )