|
@@ -24,7 +24,7 @@
|
|
|
|
|
|
|
|
The new AES encryption added on Zip format by Winzip (see the page
|
|
The new AES encryption added on Zip format by Winzip (see the page
|
|
|
http://www.winzip.com/aes_info.htm ) and PKWare PKZip 5.x Strong
|
|
http://www.winzip.com/aes_info.htm ) and PKWare PKZip 5.x Strong
|
|
|
- Encryption is not supported.
|
|
|
|
|
|
|
+ Encryption is not supported.
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
#define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
|
|
#define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
|