aes192ctr constant

SSHCipherType const aes192ctr

Implementation

static const aes192ctr = SSHCipherType._(
  name: 'aes192-ctr',
  keySize: 24,
  cipherFactory: _aesCtrFactory,
);