diffieHellmanGroupExchange static method

bool diffieHellmanGroupExchange(
  1. int id
)

Implementation

static bool diffieHellmanGroupExchange(int id) =>
    id == DHGEX_SHA256 || id == DHGEX_SHA1;