Boost C++ Libraries: Ticket #2492: crc_optimal with reversed CRC16 https://svn.boost.org/trac10/ticket/2492 <p> </p> <pre class="wiki">boost::crc_optimal&lt;16, 0x100B, 0xFFFF, 0x0000, true, false&gt; boost_crc_1; boost::crc_basic&lt;16&gt; boost_crc_2(0x100B, 0xFFFF, 0x0000, true, false); boost_crc.process_byte(0); </pre><p> --&gt; boost_crc_1 = 0xf990 --&gt; boost_crc_2 = 0x099f </p> <p> boost_crc_1 confirmed by referential implementation and manual computation </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2492 Trac 1.4.3 Daryle Walker Fri, 16 Dec 2011 02:25:41 GMT <link>https://svn.boost.org/trac10/ticket/2492#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2492#comment:1</guid> <description> <p> When I made a test case, I got the same result for both computation objects (0xF990). Unless someone can provide a full program showing the problem, I'll eventually close this. You can see my attempt at <a class="changeset" href="https://svn.boost.org/trac10/changeset/75981" title="Added unit-test for a bug that I can't activate.">[75981]</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daryle Walker</dc:creator> <pubDate>Mon, 23 Jan 2012 07:51:51 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/2492#comment:2 https://svn.boost.org/trac10/ticket/2492#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">worksforme</span> </li> </ul> Ticket