MCPcopy 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}
2217char 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

unzReadCurrentFileFunction · 0.85

Calls 2

Udecrypt_byteFunction · 0.85
Uupdate_keysFunction · 0.85

Tested by

no test coverage detected