Sumcheck201 paper note

This is a note taken while looking into suncheck201 book proposed by ingoyama

1
2
3
4
5
6
7

than Algorithm 2, so more effort has been placed into Algorithm 1. Algorithm 2 is easier to understand by looking at the paper/book diagram. But after performing [this](https://github.com/developeruche/super-sumcheck/blob/main/benches/benchmark.rs) benchmark, data show that Algorithm 1 is 30x faster than Algorithm 2, so more effort is been placed into Algorithm 1...

Last updated