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

Method markPrekeyAsPublished

native/cpp/CommonCpp/CryptoTools/CryptoModule.cpp:203–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203void CryptoModule::markPrekeyAsPublished() {
204 this->vodozemacAccount->mark_prekey_as_published();
205}
206
207void CryptoModule::forgetOldPrekey() {
208 this->vodozemacAccount->forget_old_prekey();

Callers 2

Calls 1

Tested by

no test coverage detected