mirror of
https://github.com/pseXperiments/icicle.git
synced 2026-01-08 23:17:54 -05:00
icicle-babybear@2.2.0 icicle-bls12-377@2.2.0 icicle-bls12-381@2.2.0 icicle-bn254@2.2.0 icicle-bw6-761@2.2.0 icicle-core@2.2.0 icicle-cuda-runtime@2.2.0 icicle-grumpkin@2.2.0 icicle-hash@2.2.0 icicle-stark252@2.2.0 Generated by cargo-workspaces
48 lines
1.0 KiB
TOML
48 lines
1.0 KiB
TOML
[package]
|
|
name = "icicle-bn254"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
description = "Rust wrapper for the CUDA implementation of BN254 pairing friendly elliptic curve by Ingonyama"
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
icicle-core = { workspace = true }
|
|
icicle-cuda-runtime = { workspace = true }
|
|
ark-bn254 = { version = "0.4.0", optional = true }
|
|
criterion = "0.3"
|
|
|
|
[build-dependencies]
|
|
cmake = "0.1.50"
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.3"
|
|
ark-bn254 = "0.4.0"
|
|
ark-std = "0.4.0"
|
|
ark-ff = "0.4.0"
|
|
ark-ec = "0.4.0"
|
|
ark-poly = "0.4.0"
|
|
icicle-core = { path = "../../icicle-core", features = ["arkworks"] }
|
|
icicle-bn254 = { path = ".", features = ["arkworks"] }
|
|
serial_test = "3.0.0"
|
|
|
|
[features]
|
|
default = []
|
|
g2 = ["icicle-core/g2"]
|
|
ec_ntt = ["icicle-core/ec_ntt"]
|
|
devmode = ["icicle-core/devmode"]
|
|
arkworks = ["ark-bn254", "icicle-core/arkworks"]
|
|
|
|
[[bench]]
|
|
name = "ecntt"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "ntt"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "msm"
|
|
harness = false
|