nim-poseidon2/poseidon2.nimble

8 lines
227 B
Plaintext
Raw Permalink Normal View History

2023-10-24 13:36:34 +02:00
version = "0.1.0"
author = "nim-poseidon2 authors"
description = "Poseidon2 hash function"
license = "MIT"
2023-10-24 13:54:39 +02:00
requires "https://github.com/mratsim/constantine#bc3845aa492b52f7fef047503b1592e830d1a774"
2025-03-04 13:53:39 +01:00
bin = @["bench/bench_perm"]