1
0
mirror of synced 2024-11-27 09:00:52 +01:00
ImHex/plugins/builtin/source/lang
RADICS Áron a6b8597f5a
Fix CRC and hash calculations (#321)
* Fix CRC calculation, add more CRC parameters

Use the Boost CRC module to calculate the CRC values.
Add options for final xor value, reflectIn and reflectOut.
Fixes #320

* Cleanup Hash view combo box, add CRC8

* Use offset/size consistently

* Cleanup: unify processing data by chunks

* Change CRC algorithm back, drop boost dependency

This is mostly the original algorithm, with a few fixes and small
additions (support for reflect In / Out, final XOR value).

* Use size_t for file read size consistently
2021-10-26 17:21:48 +02:00
..
de_DE.cpp ui: Increased maximum FPS limit to 200FPS, added unlocked FPS setting 2021-10-23 12:59:13 +02:00
en_US.cpp Fix CRC and hash calculations (#321) 2021-10-26 17:21:48 +02:00
it_IT.cpp ui: Increased maximum FPS limit to 200FPS, added unlocked FPS setting 2021-10-23 12:59:13 +02:00
zh_CN.cpp ui: Increased maximum FPS limit to 200FPS, added unlocked FPS setting 2021-10-23 12:59:13 +02:00