mirror of
https://github.com/arnaucube/kesto.git
synced 2026-02-07 19:46:40 +01:00
Add rust JubJub & BabyJubJub EdDSA benchmarks
This commit is contained in:
24
rust-crypto-benchmarks/Cargo.toml
Normal file
24
rust-crypto-benchmarks/Cargo.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
[package]
|
||||
name = "rust-crypto-benchmarks"
|
||||
version = "0.0.1"
|
||||
authors = ["arnaucube <root@arnaucube.com>"]
|
||||
edition = "2018"
|
||||
|
||||
|
||||
[dependencies]
|
||||
eddsa = {git = "https://github.com/dusk-network/EdDSA.git", branch = "master"}
|
||||
dusk-bls12_381 = "0.1.3"
|
||||
babyjubjub-rs = {git = "https://github.com/arnaucube/babyjubjub-rs.git", branch = "master"}
|
||||
ff = {package="ff_ce" , version="0.11", features = ["derive"]}
|
||||
rand = "0.4"
|
||||
rand7 = {package="rand", version="0.7.0"}
|
||||
num = "0.2.0"
|
||||
num-bigint = {version = "0.2.2", features = ["rand"]}
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
|
||||
[[bench]]
|
||||
name = "bench_eddsa"
|
||||
harness = false
|
||||
Reference in New Issue
Block a user