aes192cbc constant
SSHCipherType
const aes192cbc
Implementation
static const aes192cbc = SSHCipherType._(
name: 'aes192-cbc',
keySize: 24,
cipherFactory: _aesCbcFactory,
);
static const aes192cbc = SSHCipherType._(
name: 'aes192-cbc',
keySize: 24,
cipherFactory: _aesCbcFactory,
);