Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashkulz/NppFTP
/ Deinit
Method
Deinit
src/Encryption.cpp:37–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
int Encryption::Deinit() {
38
if (_DefaultKey)
39
delete [] _DefaultKey;
40
_DefaultKey = NULL;
41
return 0;
42
}
43
44
char* Encryption::Encrypt(const char * key, int keysize, const char * data, int size) {
45
if (size == -1)
Callers
1
Start
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected