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.

21 lines
462 B

4 years ago
4 years ago
4 years ago
4 years ago
  1. [package]
  2. name = "poseidon-rs"
  3. version = "0.0.10"
  4. authors = ["arnaucube <root@arnaucube.com>"]
  5. edition = "2018"
  6. license = "Apache-2.0"
  7. description = "Poseidon hash implementation"
  8. repository = "https://github.com/arnaucube/poseidon-rs"
  9. readme = "README.md"
  10. [dependencies]
  11. ff = {package="ff_ce" , version="0.11", features = ["derive"]}
  12. rand = "0.4"
  13. serde_json = "1.0"
  14. [dev-dependencies]
  15. criterion = "0.3"
  16. [[bench]]
  17. name = "bench_poseidon_hash"
  18. harness = false