Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/XanderYe/dnf
/ getKey
Function
getKey
algorithm/TeaEncrypt.cpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
;
62
void getKey(char sixkey[9],char *ret) {
63
Encrypt enc;
64
enc.getKeyPre(sixkey, ret);
65
}
66
int main() {
67
char password[] =
"uu5!^%jg"
;
68
char res[100];
Callers
1
main
Function · 0.70
Calls
1
getKeyPre
Method · 0.45
Tested by
no test coverage detected