You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
kunxian-xia
changed the title
bench: verifying 1M poseidon hashes over goldilocks field using spartan
bench: verifying 1M poseidon hashes over goldilocks field using spartan_parallelDec 3, 2024
kunxian-xia
changed the title
bench: verifying 1M poseidon hashes over goldilocks field using spartan_parallel
bench: verifying 1M poseidon permutation over goldilocks field using spartan_parallelDec 4, 2024
kunxian-xia
changed the title
bench: verifying 1M poseidon permutation over goldilocks field using spartan_parallel
bench: verifying 2^20 poseidon permutation over goldilocks field using spartan_parallelDec 11, 2024
According to @Jiangkm3, to verify 2^17 poseidon permutations using spartan-parallel.
The spartan proof (without mpcs opening proof) size is around 32KB.
And the witness assignment's MLE has 27 variables.
And according to @yczhangsjtu, the WHIR opening proof for MLE with 27 variables has 113KB.
However, we cannot get the proving time based on current impl because most of the routines in spartan-parallel are single threaded right now. We need to resolve #55 first.
kunxian-xia
changed the title
bench: verifying 2^20 poseidon permutation over goldilocks field using spartan_parallel
bench: verifying N poseidon permutation over goldilocks field using spartan_parallelDec 12, 2024
No description provided.
The text was updated successfully, but these errors were encountered: