[package] name = "g2poly" version = "1.1.0" authors = ["WanzenBug "] 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"