[Request] Add support for CRC-32/DVD-ROM-EDC #3

Closed
opened 2026-01-29 22:42:45 +00:00 by claunia · 0 comments
Owner

Originally created by @Deterous on GitHub (Jan 11, 2026).

Originally assigned to: @mnadareski on GitHub.

CRC32_DVDROMEDC

Polynomial 0x80000011
Seed 0
Final XOR 0
No reflection or reciprocal
The check value / correct output for the test is 0xB27CE117
(i.e. when hashing "123456789" you should get 0xB27CE117)

Source: (ECMA-268)
Image

Originally created by @Deterous on GitHub (Jan 11, 2026). Originally assigned to: @mnadareski on GitHub. `CRC32_DVDROMEDC` Polynomial 0x80000011 Seed 0 Final XOR 0 No reflection or reciprocal The check value / correct output for the test is 0xB27CE117 (i.e. when hashing "123456789" you should get 0xB27CE117) Source: (ECMA-268) <img width="1783" height="746" alt="Image" src="https://github.com/user-attachments/assets/ae6aee6d-556c-4884-8555-769f993e3b5e" />
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/SabreTools.Hashing#3