name: "Hashes benchmarking using risc0 prover" author: timeout: 200 params: [ HASH_TYPE: [ "sha256", "keccak", "blake2b", "blake3"] , INPUT_SIZE_BYTES: [ 256, 512, 1024, 2048 ] ] tags: risc0, $HASH_TYPE comments: The benchmarks includes for sha256, keccak, blake2b, blake3. the hashing is done inside the guest and receipt is received which is verified.