Data Integrity Functions

This chapter describes Intel® Integrated Performance Primitives (Intel® IPP) functions for data integrity. These functions implement error-correcting coding, which is featured in [Berl68], [Mor02], and [Bla84].

The data integrity functions are based on operations over finite fields. A field may be defined as a set of elements where

For each field element u, the following equations are true:

0+u = u

1*u = u

0*u = 0.

A field that contains only finitely many elements is called a finite field (or Galois field). The order of a finite field is the number of elements q it contains. It is traditional to denote the finite field of order q by GF(q).

The error-correcting codes implemented in Intel IPP deal with binary finite fields GF(2m), consisting of 2m possible bit strings of length m, and essentially use polynomials over GF(2m).

Accordingly, the Intel IPP data integrity functions are divided into groups described in the following sections:

GF(2m) Arithmetic Functions

Arithmetic Functions for Polynomials over GF(2 m)

Reed-Solomon Code Functions.


Submit feedback on this help topic

Copyright © 2000 - 2010, Intel Corporation. All rights reserved.