Skip to content

Commit

Permalink
Ad/Sumcheck-tests-ver2 (#108)
Browse files Browse the repository at this point in the history
* rebasing after PR 179
parent 71bdb62
author arijitdutta67 <[email protected]> 1675079130 +0000
committer arijitdutta67 <[email protected]> 1676621191 +0000

parent 71bdb62
author arijitdutta67 <[email protected]> 1675079130 +0000
committer arijitdutta67 <[email protected]> 1676621123 +0000

normalize poly test is modified

relation tests are modified

manual sumcheck round computation working

round_univariate all zero, debug wip

sumcheck round tests are modified

fixing error

minor fixes

relation tests are modified

sumcheck round tests are modified

sumcheck test modification (wip)

Adrian suggestions are adopted

minor fixes

debug after rebase (wip)

minor fixes

changing relation test (wip)

relation tests are fixed

sumcheck round tests are modified

sumcheck tests are added

rebase debug (wip)

Fixing rebase issue, poly index

commenting out relation tests as lambda function can not capture this

* fixing rebase bugs and typos

* all relation tests are passing except gpc for rand values

* fixing bug in the test

* minor cleanup
  • Loading branch information
arijitdutta67 authored Feb 28, 2023
1 parent ae66ed5 commit 5fe1763
Show file tree
Hide file tree
Showing 4 changed files with 574 additions and 304 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace honk::sumcheck {
* ζ^{i} = ζ^{ ∑_{0≤l<d} i_l ⋅ 2^l }
* = ∏_{0≤l<d} ζ^{ i_l ⋅ 2^l }
* = ∏_{0≤l<d} ζ_l^{ i_l }
* = ∏_{0≤l<d} { ( 1-i_l ) + i_l ⋅ ζ_l }
* = ∏_{0≤l<d} { ( 1-i_l ) + i_l ⋅ ζ_l } // As i_{l} \in \{0, 1\}
* Note that
* - ζ_{0} = ζ,
* - ζ_{l+1} = ζ_{l}^2,
Expand Down
Loading

0 comments on commit 5fe1763

Please sign in to comment.