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