MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / EnCrypt

Method EnCrypt

utilities/encrypt.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33using namespace std;
34
35EnCrypt::EnCrypt()
36{
37}
38
39
40int EnCrypt::decrypt(QString &result, QString text, QString passphrase) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected