pub struct P25Field;
Expand description
GF(26) field characterized by α6+α+1, as described in the P25 specification.
Trait Implementations
Check if the given bit pattern is a valid codeword in the field.
Map the given power i to codeword αm ≡ αi (modulo the size of the field.) Read more
Auto Trait Implementations
impl RefUnwindSafe for P25Field
impl UnwindSafe for P25Field
Blanket Implementations
Mutably borrows from an owned value. Read more