primefield 0.14.0-rc.4

Generic implementation of prime fields built on `crypto-bigint`, along with macros for writing field element newtypes including ones with formally verified arithmetic using `fiat-crypto`
Documentation
[dependencies.bigint]
default-features = false
features = ["rand_core", "hybrid-array", "subtle"]
package = "crypto-bigint"
version = "0.7.0-rc.13"

[dependencies.common]
features = ["rand_core"]
package = "crypto-common"
version = "0.2.0-rc.9"

[dependencies.ff]
default-features = false
package = "rustcrypto-ff"
version = "=0.14.0-pre.0"

[dependencies.rand_core]
default-features = false
version = "0.10.0-rc-3"

[dependencies.subtle]
default-features = false
features = ["const-generics"]
version = "2.6"

[dependencies.zeroize]
default-features = false
version = "1.7"

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

[package]
authors = ["RustCrypto Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "no-std"]
description = """
Generic implementation of prime fields built on `crypto-bigint`, along with macros for writing
field element newtypes including ones with formally verified arithmetic using `fiat-crypto`
"""
documentation = "https://docs.rs/primefield"
edition = "2024"
homepage = "https://github.com/RustCrypto/elliptic-curves/tree/master/primefield"
keywords = ["crypto", "ecc", "field", "prime"]
license = "Apache-2.0 OR MIT"
name = "primefield"
readme = "README.md"
repository = "https://github.com/RustCrypto/elliptic-curves"
resolver = "2"
rust-version = "1.85"
version = "0.14.0-rc.4"