COMMON: Remove the need for most reflecting when initing reflected table
Instead reflect the polynomial and change the shifts. Also removes the need for explicit init. This makes our crc more similar to its standard implementation
This commit is contained in:
parent
35bac4e58c
commit
05f1a0df51
5 changed files with 49 additions and 51 deletions
|
@ -1000,7 +1000,6 @@ public:
|
|||
|
||||
ZipArchive::ZipArchive(unzFile zipFile) : _zipFile(zipFile), _crc() {
|
||||
assert(_zipFile);
|
||||
_crc.init();
|
||||
}
|
||||
|
||||
ZipArchive::~ZipArchive() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue