mirror of
https://github.com/saymrwulf/anza-cryptography-source.git
synced 2026-09-05 20:30:51 +00:00
* remove README.md in the syscall directory * use workspace dependency in `bls12-381` * add `workspace.package` information * use 2021 edition for bls12-381 * inherit workspace.package for `ed25519-pokos` * cargo fmt
23 lines
424 B
TOML
23 lines
424 B
TOML
[package]
|
|
name = "solana-curve25519-cuda"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
authors = { workspace = true }
|
|
repository = { workspace = true }
|
|
homepage = { workspace = true }
|
|
license = { workspace = true }
|
|
|
|
[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
|