aes128cbc constant

SSHCipherType const aes128cbc

Implementation

static const aes128cbc = SSHCipherType._(
  name: 'aes128-cbc',
  keySize: 16,
  cipherFactory: _aesCbcFactory,
);