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.2 KiB
TOML
48 lines
1.2 KiB
TOML
[package]
|
|
name = "icicle-bw6-761"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
description = "Rust wrapper for the CUDA implementation of BW6-761 pairing friendly elliptic curve by Ingonyama"
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
icicle-core = { workspace = true }
|
|
icicle-cuda-runtime = { workspace = true }
|
|
icicle-bls12-377 = { path = "../../icicle-curves/icicle-bls12-377", features = ["bw6-761"] }
|
|
ark-bw6-761 = { version = "0.4.0", optional = true }
|
|
criterion = "0.3"
|
|
|
|
[build-dependencies]
|
|
cmake = "0.1.50"
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.3"
|
|
ark-bw6-761 = "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-bw6-761 = { path = ".", features = ["arkworks"] }
|
|
serial_test = "3.0.0"
|
|
|
|
[features]
|
|
default = []
|
|
g2 = ["icicle-bls12-377/bw6-761-g2"]
|
|
devmode = ["icicle-core/devmode"]
|
|
arkworks = ["ark-bw6-761", "icicle-core/arkworks", "icicle-bls12-377/arkworks"]
|
|
|
|
# [[bench]]
|
|
# name = "ecntt" #sane compilation times only with the devmode enabled
|
|
# harness = false # Criterion provides own harness
|
|
|
|
[[bench]]
|
|
name = "ntt"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "msm"
|
|
harness = false
|