You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to run dhtchat after successful compilation and link on Windows.
Caused in tools_common.h by
dht::crypto::generateEcIdentity("DHT Node CA")
if (not params.id.first and params.generate_identity) {
auto node_ca = std::make_unique<dht::crypto::Identity>(**dht::crypto::generateEcIdentity("DHT Node CA")**);