Files
Nova/benches
François Garillot 905ec2d5a1 Add a Sha256 bench (#188)
* add sha256 bench

* feat: Refactor sha256 benchmark and update dependencies

- Refactored the `sha256.rs` benchmarking file by replacing the former `hex_literal::hex` usage with a newly created `decode_hex` function.
- Updated the "Test vectors" section to work with the new `decode_hex` function to compute digests in `Sha256Circuit` instances.
- adapted to new APIs for RecursiveSNARK
- Amended the `Cargo.toml` file to include the `sha2` package dependency, version `0.10.7`.
- added the bench target

* cargo fmt

---------

Co-authored-by: Srinath Setty <srinath@microsoft.com>
2023-06-28 16:18:07 -07:00
..
2023-06-28 16:18:07 -07:00