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
451 B

5 years ago
5 years ago
5 years ago
5 years ago
  1. [package]
  2. name = "poseidon-ark"
  3. version = "0.0.1"
  4. authors = ["arnaucube <root@arnaucube.com>"]
  5. edition = "2021"
  6. license = "Apache-2.0"
  7. description = "Poseidon hash implementation"
  8. repository = "https://github.com/arnaucube/poseidon-ark"
  9. readme = "README.md"
  10. [dependencies]
  11. ark-ff = "0.4.0"
  12. ark-bn254 = { version = "0.4.0" }
  13. ark-std = { version = "0.4.0" }
  14. [dev-dependencies]
  15. criterion = "0.3"
  16. [[bench]]
  17. name = "bench_poseidon_hash"
  18. harness = false