MCPcopy Create free account
hub / github.com/CommE2E/comm / signMessage

Method signMessage

native/cpp/CommonCpp/CryptoTools/CryptoModule.cpp:352–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352std::string CryptoModule::signMessage(const std::string &message) {
353 try {
354 return std::string(this->vodozemacAccount->sign(message));
355 } catch (const std::exception &e) {
356 throw std::runtime_error("error signMessage => " + std::string(e.what()));
357 }
358}
359
360void CryptoModule::verifySignature(
361 const std::string &publicKey,

Callers 6

signDeviceListUpdateFunction · 0.45
signInWithEthereumFunction · 0.45
SIWELoginFormFunction · 0.45
useRestoreProtocolFunction · 0.45

Calls 1

signMethod · 0.65

Tested by

no test coverage detected