mirror of
https://github.com/saymrwulf/anza-cryptography-source.git
synced 2026-09-05 20:30:51 +00:00
20 lines
333 B
TOML
20 lines
333 B
TOML
[package]
|
|
name = "solana-curve25519-cuda"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
authors = ["Anza Cryptography Team"]
|
|
|
|
[dependencies]
|
|
curve25519.workspace = true
|
|
rayon.workspace = true
|
|
|
|
[build-dependencies]
|
|
cc.workspace = true
|
|
which.workspace = true
|
|
|
|
[dev-dependencies]
|
|
criterion.workspace = true
|
|
|
|
[[bench]]
|
|
name = "msm"
|
|
harness = false
|