Module galois

Source
Expand description

Galois field arithmetic for codewords and polynomials.

Structs§

Codeword
Codeword in a Galois field.
P25Field
GF(26) field characterized by α6+α+1, as described in the P25 specification.
Polynomial
Polynomial with P25’s GF(26) codewords as coefficients.

Traits§

GaloisField
A GF(2r) Galois field.
PolynomialCoefs
Coefficient storage for a bounded-degree Galois polynomial of a particular code.

Type Aliases§

P25Codeword
Codeword in the P25 Galois field.