[package] name = "galois_field_2pm" version = "0.1.0" authors = ["Karol Wadolowski"] license = "MIT OR Apache-2.0" description = "Galois Field (2^M) arithmetic" repository = "https://github.com/KarolW6010/galois_field_2pm" categories = ["math", "science"] keywords = ["galois", "field"] readme = "README.md" edition = "2021" include = [ "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "README.md", "src/**/*.rs", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] paste = "1.0" [dev-dependencies] rand = "0.8"