dhGexSha256 constant

SSHKexType const dhGexSha256

Implementation

static const dhGexSha256 = SSHKexType._(
  name: 'diffie-hellman-group-exchange-sha256',
  digestFactory: digestSha256,
  isGroupExchange: true,
);