Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Squirrel/Squirrel.Windows
/ zdecode
Function
zdecode
src/Setup/unzip.cpp:2217–2221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2215
return (char)(((temp * (temp ^ 1)) >> 8) & 0xff);
2216
}
2217
char zdecode(unsigned long *keys, char c)
2218
{ c^=Udecrypt_byte(keys);
2219
Uupdate_keys(keys,c);
2220
return c;
2221
}
2222
2223
2224
Callers
1
unzReadCurrentFile
Function · 0.85
Calls
2
Udecrypt_byte
Function · 0.85
Uupdate_keys
Function · 0.85
Tested by
no test coverage detected