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.

20 lines
439 B

5 years ago
5 years ago
5 years ago
  1. [package]
  2. name = "poseidon-rs"
  3. version = "0.0.3"
  4. authors = ["arnaucube <root@arnaucube.com>"]
  5. edition = "2018"
  6. license = "GPL-3.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. [dev-dependencies]
  14. criterion = "0.3"
  15. [[bench]]
  16. name = "bench_poseidon_hash"
  17. harness = false