2012
DOI: 10.5121/ijcnc.2012.4104
|View full text |Cite
|
Sign up to set email alerts
|

Parallel Computation of CRC Using Special Generator Polynomials

Abstract: CRC (Cyclic Redundancy Check) is an error detection method commonly used in data communication

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
4
0

Year Published

2013
2013
2016
2016

Publication Types

Select...
4

Relationship

1
3

Authors

Journals

citations
Cited by 4 publications
(4 citation statements)
references
References 18 publications
0
4
0
Order By: Relevance
“…The use of special forms of polynomials in the hardware [6,9] and software [8] implementation is one of the interesting directions for the acceleration of computations.…”
Section: Literature Review and Problem Statementmentioning
confidence: 99%
See 2 more Smart Citations
“…The use of special forms of polynomials in the hardware [6,9] and software [8] implementation is one of the interesting directions for the acceleration of computations.…”
Section: Literature Review and Problem Statementmentioning
confidence: 99%
“…However, researchers frequently ignore the need for a strict mathematical substantiation of the approaches proposed by them. For example, authors in [6,9] propose special OZO-polynomials. They are conveniently calculated, but they cannot be applied in practice because of the short period of code generation.…”
Section: Literature Review and Problem Statementmentioning
confidence: 99%
See 1 more Smart Citation
“…void GenerateCRCResidue(string data, string CRCGen) { string zero = InitBinary(32); string pattern = data + zero; string res[] = DivideModulo2(pattern,CRCGen); string R = res [1]; return R; } In this function CRC generator is stored in CRCPoly variable. The function calculates CRC using returned residue value of a Modulo-2 division function.…”
Section: A Software Framework For Regular Crc Computationmentioning
confidence: 99%