Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Chapter 12. Boost.CRC 1.5

Daryle Walker

Distributed under the Boost Software License, Version 1.0. (See the accompanying file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt)

Table of Contents

What is Boost.CRC?
Introduction
CRCs
Theoretical CRC Computer
Optimized CRC Computer
CRC Function
Augmented-CRC Function
Pre-Defined CRC Samples
End Matter
Reference
Header <boost/crc.hpp>

CRCs (cyclic redundancy codes) is one common technique to confirming data integrity after transmission. The Boost.CRC library provides access to two styles of CRC computation, one as a function template, the other as a function template and two computation object class templates, where the two class templates differ in speed.

Last revised: April 09, 2019 at 19:43:10 GMT


PrevUpHomeNext