aes256ctr constant

SSHCipherType const aes256ctr

Implementation

static const aes256ctr = SSHCipherType._(
  name: 'aes256-ctr',
  keySize: 32,
  cipherFactory: _aesCtrFactory,
);