Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 873 Bytes

File metadata and controls

27 lines (20 loc) · 873 Bytes

Multi-Verifier Keyed-Verification Anonymous Credentials Implementation

Benchmark

To run the benchmarks, it is better to build the project with "release" tag:

cargo build --release

Then, you can run the benchmark with the following command:

# with the Fiat-Shamir transform:
BENCH_ROUNDS=10 BENCH_ATTRS=4,6,8,10,12 cargo run --release --bin benchmark

# with Fischlin transform
BENCH_ROUNDS=10 BENCH_ATTRS=4,6,8,10,12 IS_FISCHLIN=1 FISCHLIN_WORK_W=16 cargo run --release --bin benchmark

Team