aes256cbc constant
SSHCipherType
const aes256cbc
Implementation
static const aes256cbc = SSHCipherType._(
name: 'aes256-cbc',
keySize: 32,
cipherFactory: _aesCbcFactory,
);
static const aes256cbc = SSHCipherType._(
name: 'aes256-cbc',
keySize: 32,
cipherFactory: _aesCbcFactory,
);