sunblaze-ucb / eVSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

submission-eVSS

Note to AE reviewers

The trusted setup version will be slower than reported numbers since it run N verifications, so the actual running time of our binary is Prover's time + N * (verifier's time).

To verify our time measurement on trusted setup version, open https://github.com/sunblaze-ucb/eVSS/blob/main/KZG_ext/src/kzg_main.cpp and check line 29-31

To verify our time measurement on Virgo version, open https://github.com/sunblaze-ucb/eVSS/blob/main/Virgo/src/linear_gkr/zk_prover.cpp and make sure all functions with name "sumcheck" as a substring has been covered by std::chrono::high_resolution_clock

About


Languages

Language:C++ 86.6%Language:C 9.2%Language:Makefile 2.3%Language:CMake 0.9%Language:Batchfile 0.4%Language:Shell 0.2%Language:Java 0.2%Language:Python 0.1%Language:SWIG 0.1%Language:Brainfuck 0.0%