dhGexSha1 constant

SSHKexType const dhGexSha1

Implementation

static const dhGexSha1 = SSHKexType._(
  name: 'diffie-hellman-group-exchange-sha1',
  digestFactory: digestSha1,
  isGroupExchange: true,
);