2026-03-07 20:52:28 +00:00
|
|
|
[package]
|
2026-03-18 19:33:47 +00:00
|
|
|
name = "solana-curve25519-cuda"
|
2026-03-07 20:52:28 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
2026-04-26 01:11:05 +00:00
|
|
|
authors = { workspace = true }
|
|
|
|
|
repository = { workspace = true }
|
|
|
|
|
homepage = { workspace = true }
|
|
|
|
|
license = { workspace = true }
|
2026-03-07 20:52:28 +00:00
|
|
|
|
|
|
|
|
[dependencies]
|
2026-03-30 12:48:31 +00:00
|
|
|
curve25519.workspace = true
|
|
|
|
|
rayon.workspace = true
|
2026-03-18 19:33:47 +00:00
|
|
|
|
|
|
|
|
[build-dependencies]
|
2026-03-30 12:48:31 +00:00
|
|
|
cc.workspace = true
|
|
|
|
|
which.workspace = true
|
2026-03-18 19:33:47 +00:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
2026-03-30 12:48:31 +00:00
|
|
|
criterion.workspace = true
|
2026-03-18 19:33:47 +00:00
|
|
|
|
|
|
|
|
[[bench]]
|
|
|
|
|
name = "msm"
|
|
|
|
|
harness = false
|