dh1Sha1 constant

SSHKexType const dh1Sha1

Implementation

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