dh14Sha1 constant

SSHKexType const dh14Sha1

Implementation

static const dh14Sha1 = SSHKexType._(
  name: 'diffie-hellman-group14-sha1',
  digestFactory: digestSha1,
);