Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommE2E/comm
/ pickleAccountToString
Method
pickleAccountToString
native/cpp/CommonCpp/CryptoTools/CryptoModule.cpp:303–305 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
301
}
302
303
std::string CryptoModule::pickleAccountToString(const std::string &secretKey) {
304
return this->pickleAccount(secretKey);
305
}
306
307
void CryptoModule::restoreFromB64(
308
const std::string &secretKey,
Callers
3
createFullBackup
Method · 0.80
createUserKeysBackup
Method · 0.80
restoreUser
Method · 0.80
Calls
1
pickleAccount
Method · 0.95
Tested by
no test coverage detected