field-derive 0.6.1

Procedural macro library used to build custom prime field implementations
Documentation
[dependencies.num-bigint]
version = "0.2"

[dependencies.num-integer]
version = "0.1"

[dependencies.num-traits]
version = "0.2"

[dependencies.proc-macro2]
version = "0.4"

[dependencies.quote]
version = "0.6"

[dependencies.syn]
version = "0.14"

[lib]
proc-macro = true

[package]
authors = ["Collin Chin", "Raymond Chu", "Ali Mousa", "Howard Wu"]
categories = ["cryptography"]
description = "Procedural macro library used to build custom prime field implementations"
edition = "2018"
license = "MIT/Apache-2.0"
name = "field-derive"
readme = "README.md"
version = "0.6.1"