Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9143165
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:57:21+00:00 2026-06-17T09:57:21+00:00

Quote from this article : In many industries, the first polynomial is in use

  • 0

Quote from this article:

In many industries, the first polynomial is in use to create CRC tables and then apply it for performance purposes. The default polynomial, defined by IEEE 802.3 is 0xA001 for 16 bit and 0×04C11DB7 for 32 bit. We’re in C#, thus we should use its inversed version which is 0×8408 for 16 bit and 0xEDB88320 for 32 bit. We’re going to use those polynomials also in our sample.

Why should we use the inverse version of int defined by hex in C#?
And how did the author of quoted article invert 04C11DB7 to 0xEDB88320?

Also I’ve looked into other crc32 C# and C implementations. In all of them C uses 04C11DB7, C# uses 0xEDB88320

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T09:57:22+00:00Added an answer on June 17, 2026 at 9:57 am

    Do avoid assuming that anything you read in codeproject.com article is accurate, it is not a peer-reviewed site and there tends to be a lot of nonsense there that cannot be easily fixed with the kind of tools available at SO.

    It doesn’t have anything to do with the language, the bit order is a choice available when you implement CRC32, just like the polynomial is a choice. An example would be BZip2 which uses reverse bit order and GZip which does not. You can easily see that 0xedb88320 is the reverse of 0x04c11db7 when you write it out as bits and reverse their order:

    0xedb88320 = 1110 1101 ... 0010 0000
    reversed   = 0000 0100 ... 1011 0111
    to hex     = 0    4    ... B    7
    

    More about it in this Wikipedia article section.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Quote from Wikipedia : A public key token. This is a 64-bit hash of
I use cast() from the reshape package quite frequently. Almost every time, this warning
Quote from Head first html: You can add padding to the top and bottom
After reading the tips from this great Nettuts+ article I've come up with a
As stated in the first section of this article (.chm file - see note
From this MSDN article , there's quite a few ways to hook up a
this is basically what I'm doing. I select a science article from en.wikipedia.org and
I was reading this article, and the author writes: Here's how to write high-performance
I was reading this article from this page , so let me present the
The following saying is quoted from this article in MSDN. ... strong-name signing makes

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.