ark-ff-asm 0.3.0

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

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

[lib]
proc-macro = true

[package]
authors = ["arkworks contributors"]
categories = ["cryptography"]
description = "A library for generating x86-64 assembly for finite field multiplication"
documentation = "https://docs.rs/ark-ff-asm/"
edition = "2018"
homepage = "https://arkworks.rs"
include = ["Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["cryptography", "finite-fields", "assembly"]
license = "MIT/Apache-2.0"
name = "ark-ff-asm"
repository = "https://github.com/arkworks-rs/algebra"
version = "0.3.0"