aes128ctr constant

SSHCipherType const aes128ctr

Implementation

static const aes128ctr = SSHCipherType._(
  name: 'aes128-ctr',
  keySize: 16,
  cipherFactory: _aesCtrFactory,
);