ring-math 0.0.0

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

[dependencies.rand]
version = "0.8.5"

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

[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.0.0"

[package.metadata.docs.rs]
readme = "README.md"