g2poly 0.4.0

Primitive implementation of polynomials over the field GF(2)
Documentation
[package]
name = "g2poly"
version = "0.4.0"
authors = ["WanzenBug <moritz@wanzenbug.xyz>"]
edition = "2018"
readme = "./README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/WanzenBug/g2p"
documentation = "https://docs.rs/g2poly"
description = """
Primitive implementation of polynomials over the field GF(2)
"""
categories = [ "no-std", "algorithms" ]
keywords = [ "finite-field", "galois"]

[lib]
path = "src/lib.rs"