anza-cryptography-source/Cargo.toml
zz-sol 1587b4c24f
refactor and merge curve and ed crates (#6)
* refactor and merge curve and ed crates

* fmt

* ci

* fmt again

* ci

* Update bench.rs

* fix ubuntu
2026-03-26 08:09:10 -04:00

10 lines
138 B
TOML

[workspace]
members = [
"curve25519/curve25519-cuda",
"curve25519/solana-ed25519",
]
resolver = "2"
[profile.dev]
opt-level = 2