[Boost-bugs] [Boost C++ Libraries] #2492: crc_optimal with reversed CRC16

Subject: [Boost-bugs] [Boost C++ Libraries] #2492: crc_optimal with reversed CRC16
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-11-11 20:31:18


#2492: crc_optimal with reversed CRC16
--------------------------+-------------------------------------------------
 Reporter: anonymous | Owner: dlwalker
     Type: Bugs | Status: new
Milestone: Boost 1.38.0 | Component: crc
  Version: Boost 1.36.0 | Severity: Problem
 Keywords: |
--------------------------+-------------------------------------------------
 {{{
 boost::crc_optimal<16, 0x100B, 0xFFFF, 0x0000, true, false> boost_crc_1;

 boost::crc_basic<16> boost_crc_2(0x100B, 0xFFFF, 0x0000, true, false);

 boost_crc.process_byte(0);
 }}}

 --> boost_crc_1 = 0xf990
 --> boost_crc_2 = 0x099f

 boost_crc_1 confirmed by referential implementation and manual computation

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2492>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:59 UTC