rln 0.5.1

APIs to manage, compute and verify zkSNARK proofs and RLN primitives
1
2
3
4
5
6
7
8
9
10
11
[tasks.build]
command = "cargo"
args = ["build", "--release"]

[tasks.test]
command = "cargo"
args = ["test", "--release"]

[tasks.bench]
command = "cargo"
args = ["bench"]