Bitstream Interpretation Library (BIL)
0.1
|
Contains declaration of CRC32 functions. More...
#include <boost/cstdint.hpp>
Go to the source code of this file.
Namespaces | |
namespace | bil |
Macros | |
#define | BIL_CRC32_HPP |
Functions | |
boost::uint32_t | bil::calc8BitCRC32 (boost::uint32_t oldCRC, boost::uint8_t data8Bit) |
Calculates the CRC32 value from 8 bit data and an initial value. | |
boost::uint32_t | bil::calc5BitCRC32 (boost::uint32_t oldCRC, boost::uint8_t data5Bit) |
Calculates the CRC32 value from 5 bit data and an initial value. |
Contains declaration of CRC32 functions.
Definition in file CRC32.hpp.