noir-lang / zk_bench

Benchmark circom and noir on some standard primitives from circomlib/noir stdlib
MIT License
3 stars 0 forks source link

feat: Add tests of more Pedersen iterations #17

Open Savio-Sou opened 3 months ago

Savio-Sou commented 3 months ago

Description

Problem*

Currently only 1 and 30 iterations of Pedersen is benchmarked.

This provides limited visibility to the constant cost of initializing lookup tables with certain proving backends (e.g. Barretenberg).

Summary*

Adds 100, 200, and 1000 iterations of Pedersen.

PR Checklist*