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

Method getPrekeySignature

native/cpp/CommonCpp/CryptoTools/CryptoModule.cpp:168–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168std::string CryptoModule::getPrekeySignature() {
169 try {
170 return std::string(this->vodozemacAccount->prekey_signature());
171 } catch (const std::exception &e) {
172 throw std::runtime_error(
173 "error getPrekeySignature => " + std::string(e.what()));
174 }
175}
176
177std::optional<std::string> CryptoModule::getUnpublishedPrekey() {
178 try {

Calls 1

prekey_signatureMethod · 0.45

Tested by

no test coverage detected