rln 0.9.0

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

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

[tasks.test_stateless]
command = "cargo"
args = ["test", "--release", "--no-default-features", "--features", "stateless"]

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