Crate binary_polynomial_mod_algebra

Source
Expand description

§Binary univariate Polynomials

This crate provides a simple implementation of binary univariate polynomials and operations on them.

Re-exports§

pub use crate::non_zero_polynomial::NonZeroBinaryPolynomial;

Modules§

error
Binary univariate polynomial algebra
non_zero_polynomial
Module for binary polynomial that is guaranteed to be non-zero

Structs§

BinaryPolynomial
Represents a binary univariate polynomial