Imported Upstream version 1.72.0
[platform/upstream/boost.git] / doc / html / crc.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
5 <title>Chapter&#160;12.&#160;Boost.CRC 1.5</title>
6 <link rel="stylesheet" href="../../doc/src/boostbook.css" type="text/css">
7 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
8 <link rel="home" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
9 <link rel="up" href="libraries.html" title="Part&#160;I.&#160;The Boost C++ Libraries (BoostBook Subset)">
10 <link rel="prev" href="conversion/history.html" title="History">
11 <link rel="next" href="crc/introduction.html" title="Introduction">
12 </head>
13 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14 <table cellpadding="2" width="100%"><tr>
15 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../boost.png"></td>
16 <td align="center"><a href="../../index.html">Home</a></td>
17 <td align="center"><a href="../../libs/libraries.htm">Libraries</a></td>
18 <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
19 <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
20 <td align="center"><a href="../../more/index.htm">More</a></td>
21 </tr></table>
22 <hr>
23 <div class="spirit-nav">
24 <a accesskey="p" href="conversion/history.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.html"><img src="../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="crc/introduction.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
25 </div>
26 <div class="chapter">
27 <div class="titlepage"><div>
28 <div><h2 class="title">
29 <a name="crc"></a>Chapter&#160;12.&#160;Boost.CRC 1.5</h2></div>
30 <div><div class="author"><h3 class="author">
31 <span class="firstname">Daryle</span> <span class="surname">Walker</span>
32 </h3></div></div>
33 <div><p class="copyright">Copyright &#169; 2001, 2003, 2012 Daryle Walker</p></div>
34 <div><div class="legalnotice">
35 <a name="crc.legal"></a><p>
36         Distributed under the Boost Software License, Version 1.0. (See the accompanying
37         file LICENSE_1_0.txt or a copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
38       </p>
39 </div></div>
40 </div></div>
41 <div class="toc">
42 <p><b>Table of Contents</b></p>
43 <dl class="toc">
44 <dt><span class="section"><a href="crc.html#crc.motivation">What is Boost.CRC?</a></span></dt>
45 <dt><span class="section"><a href="crc/introduction.html">Introduction</a></span></dt>
46 <dd><dl><dt><span class="section"><a href="crc/introduction.html#crc.introduction.intro_crcs">CRCs</a></span></dt></dl></dd>
47 <dt><span class="section"><a href="crc/crc_basic.html">Theoretical CRC Computer</a></span></dt>
48 <dt><span class="section"><a href="crc/crc_optimal.html">Optimized CRC Computer</a></span></dt>
49 <dt><span class="section"><a href="crc/crc_function.html">CRC Function</a></span></dt>
50 <dt><span class="section"><a href="crc/acrc_function.html">Augmented-CRC Function</a></span></dt>
51 <dt><span class="section"><a href="crc/crc_samples.html">Pre-Defined CRC Samples</a></span></dt>
52 <dt><span class="section"><a href="crc/end.html">End Matter</a></span></dt>
53 <dt><span class="section"><a href="crc/reference.html">Reference</a></span></dt>
54 <dd><dl><dt><span class="section"><a href="crc/reference.html#header.boost.crc_hpp">Header &lt;boost/crc.hpp&gt;</a></span></dt></dl></dd>
55 </dl>
56 </div>
57 <div class="section">
58 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
59 <a name="crc.motivation"></a><a class="link" href="crc.html#crc.motivation" title="What is Boost.CRC?">What is Boost.CRC?</a>
60 </h2></div></div></div>
61 <p>
62       CRCs (cyclic redundancy codes) is one common technique to confirming data integrity
63       after transmission. The <span class="bold"><strong>Boost.CRC</strong></span> library
64       provides access to two styles of CRC computation, one as a function template,
65       the other as a function template and two computation object class templates,
66       where the two class templates differ in speed.
67     </p>
68 </div>
69 </div>
70 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
71 <td align="left"><p><small>Last revised: December 10, 2019 at 00:26:55 GMT</small></p></td>
72 <td align="right"><div class="copyright-footer"></div></td>
73 </tr></table>
74 <hr>
75 <div class="spirit-nav">
76 <a accesskey="p" href="conversion/history.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.html"><img src="../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="crc/introduction.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
77 </div>
78 </body>
79 </html>