gridiron 0.4.0

Rust finite field library with fixed size multi-word values.
Documentation
[[bench]]
harness = false
name = "benchmark"
[dependencies.num-traits]
version = "~0.2"
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.proptest]
version = "0.8.7"

[dev-dependencies.rand]
version = "~0.5"

[features]
unstable = []

[package]
authors = ["IronCore Labs <code at ironcorelabs.com>"]
categories = ["cryptography", "wasm"]
description = "Rust finite field library with fixed size multi-word values."
edition = "2018"
exclude = [".gitignore", "proptest-regressions/*"]
keywords = ["finite", "field", "crypto", "math"]
license = "Apache-2.0"
name = "gridiron"
readme = "README.md"
repository = "https://github.com/IronCoreLabs/gridiron"
version = "0.4.0"
[profile.bench]
opt-level = 3

[profile.test]
debug = 2
debug-assertions = true
incremental = true
opt-level = 2
overflow-checks = true