menu
idena_lib_dart package
documentation
pubdev/dartssh/ssh.dart
KEX
diffieHellmanGroupExchange static method
diffieHellmanGroupExchange static method
dark_mode
light_mode
diffieHellmanGroupExchange
static method
bool
diffieHellmanGroupExchange
(
int
id
)
Implementation
static bool diffieHellmanGroupExchange(int id) => id == DHGEX_SHA256 || id == DHGEX_SHA1;
idena_lib_dart package
documentation
pubdev/dartssh/ssh
KEX
diffieHellmanGroupExchange static method
KEX class