ark-ff-optimized 0.4.0

Optimized field implementations that outperform the generic field implementations in arkworks
Documentation
[[bench]]
harness = false
name = "fp64"
path = "benches/fp64.rs"
[dependencies.ark-ff]
version = "0.4.0"
[dev-dependencies.ark-algebra-bench-templates]
version = "0.4.0"

[dev-dependencies.ark-algebra-test-templates]
version = "0.4.0"

[dev-dependencies.ark-serialize]
version = "0.4.0"

[dev-dependencies.ark-std]
version = "0.4.0"

[features]
asm = ["ark-ff/asm"]

[package]
authors = ["Andrew Milson <andrew.j.milson@gmail.com>"]
categories = ["cryptography"]
description = "Optimized field implementations that outperform the generic field implementations in arkworks"
edition = "2021"
homepage = "https://github.com/andrewmilson/optimized-fields"
keywords = ["cryptography", "finite-fields"]
license = "MIT"
name = "ark-ff-optimized"
readme = "README.md"
repository = "https://github.com/andrewmilson/optimized-fields"
version = "0.4.0"