emp-toolkit / emp-zk

Efficient and Interactive Zero-Knowledge Proofs
Other
77 stars 18 forks source link

Potential Typo in emp-zk/test/ram/ro_ram_test.cpp #31

Closed gconeice closed 1 year ago

gconeice commented 1 year ago

Hi,

I just feel like something is wrong at line 25 (as a benchmark), isn't the bound of the loop should be test_n; rather than test_n/(1<<index_sz)?

Thank you very much!

wangxiao1254 commented 1 year ago

should be fixed properly now!

gconeice commented 1 year ago

Thanks!