Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/XanderYe/dnf
/ main
Function
main
algorithm/TeaEncrypt.cpp:66–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
enc.getKeyPre(sixkey, ret);
65
}
66
int main() {
67
char password[] =
"uu5!^%jg"
;
68
char res[100];
69
getKey(password,res);
70
printf(
"%s"
,res);
71
return 0;
72
}
Callers
nothing calls this directly
Calls
1
getKey
Function · 0.70
Tested by
no test coverage detected