### Run Criterion Benchmarks Source: https://github.com/penumbra-zone/decaf377/blob/main/README.md Execute benchmarks using the `criterion` framework to assess performance. The report will be generated at `target/criterion/report/index.html`. ```rust cargo bench ``` -------------------------------- ### Generate R1CS Test Vectors Source: https://github.com/penumbra-zone/decaf377/blob/main/README.md Generate proving and verifying keys for R1CS tests. This utility is useful for guarding against breaking changes in circuits, especially when upgrading dependencies. Run with the `--ignored` flag. ```rust cargo test generate_test_vectors -- --ignored ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.