Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 156 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 156 Bytes

Generate primitive polynomial over GF(2) using matrixpower method.

usage

$ gcc -Wall -O2 pp.c -o pp
$ ./pp 3 -H
x^3 + x^1 + 1
x^3 + x^2 + 1