Module p25::coding::galois
[−]
[src]
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 Definitions
| P25Codeword |
Codeword in the P25 Galois field. |