ark-ff-asm 0.5.0

A library for generating x86-64 assembly for finite field multiplication
Documentation
[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "parsing", "extra-traits"]
version = "2.0"

[lib]
name = "ark_ff_asm"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["arkworks contributors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography"]
description = "A library for generating x86-64 assembly for finite field multiplication"
documentation = "https://docs.rs/ark-ff-asm/"
edition = "2021"
homepage = "https://arkworks.rs"
include = ["Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT", "doc/katex-header.html"]
keywords = ["cryptography", "finite-fields", "assembly"]
license = "MIT OR Apache-2.0"
name = "ark-ff-asm"
readme = false
repository = "https://github.com/arkworks-rs/algebra"
rust-version = "1.75"
version = "0.5.0"

[package.metadata.docs.rs]
workspace = true