Table of Contents

PolynomialIndexInitializer Method

Definition

Namespace
Cuemon.Security
Assemblies
Cuemon.Core.dll
Source
src/Cuemon.Core/Security/CyclicRedundancyCheck64.cs

PolynomialIndexInitializer(byte)

Returns the initial value for the specified index of the polynomial LookupTable.

protected override ulong PolynomialIndexInitializer(byte index)

Parameters

index byte

The index of the array of polynomial values ranging from 0 to 255.

Returns

ulong

The initial value for the specified index.