ring-math 0.4.0

Polynomial ring math over scalar finite fields
Documentation
[dependencies.anyhow]
version = "1.0.89"

[dependencies.rand]
optional = true
version = "0.8.5"

[dependencies.scalarff]
features = ["oxfoi", "alt_bn128", "curve25519", "random"]
version = "0.8.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.0"

[features]
default = ["rand", "serde"]
rand = ["dep:rand"]
serde = ["dep:serde", "scalarff/serde"]

[lib]
name = "ring_math"
path = "src/lib.rs"

[package]
authors = ["Chance Hudson <PSE>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Polynomial ring math over scalar finite fields"
edition = "2021"
homepage = "https://github.com/chancehudson/ashlang/tree/main/ring-math"
license = "MIT OR Apache-2.0"
name = "ring-math"
readme = "README.md"
repository = "https://github.com/chancehudson/ashlang/tree/main/ring-math"
version = "0.4.0"