You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
608 B

  1. [package]
  2. name = "rust-crypto-benchmarks"
  3. version = "0.0.1"
  4. authors = ["arnaucube <root@arnaucube.com>"]
  5. edition = "2018"
  6. [dependencies]
  7. eddsa = {git = "https://github.com/dusk-network/EdDSA.git", branch = "master"}
  8. dusk-bls12_381 = "0.1.3"
  9. babyjubjub-rs = {git = "https://github.com/arnaucube/babyjubjub-rs.git", branch = "master"}
  10. ff = {package="ff_ce" , version="0.11", features = ["derive"]}
  11. rand = "0.4"
  12. rand7 = {package="rand", version="0.7.0"}
  13. num = "0.2.0"
  14. num-bigint = {version = "0.2.2", features = ["rand"]}
  15. [dev-dependencies]
  16. criterion = "0.3"
  17. [[bench]]
  18. name = "bench_eddsa"
  19. harness = false