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

Method getIdentityKeys

native/cpp/CommonCpp/CryptoTools/CryptoModule.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134std::string CryptoModule::getIdentityKeys() {
135 this->exposePublicIdentityKeys();
136 return this->keys.identityKeys;
137}
138
139std::vector<std::string>
140CryptoModule::getOneTimeKeysForPublishing(size_t oneTimeKeysAmount) {

Callers 1

Calls 1

Tested by

no test coverage detected