g2poly 1.1.0

Primitive implementation of polynomials over the field GF(2)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "g2poly"
version = "1.1.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"