ring-math 0.0.2

Polynomial ring math over scalar finite fields
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ring-math"
version = "0.0.2"
edition = "2021"
authors = ["Chance Hudson <PSE>"]
description = "Polynomial ring math over scalar finite fields"
homepage = "https://github.com/chancehudson/ashlang/tree/main/ring-math"
repository = "https://github.com/chancehudson/ashlang/tree/main/ring-math"
license = "MIT OR Apache-2.0"

[lib]

[dependencies]
anyhow = "1.0.89"
rand = "0.8.5"
scalarff = { version = "0.4.3", features = ["oxfoi", "alt_bn128", "curve25519", "random"] }