Skip to content

Commit

Permalink
move code out
Browse files Browse the repository at this point in the history
  • Loading branch information
katat committed Dec 8, 2023
1 parent 751b7aa commit e0373f8
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 320 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
book
target
book
75 changes: 0 additions & 75 deletions src/fri/code/Cargo.lock

This file was deleted.

9 changes: 0 additions & 9 deletions src/fri/code/Cargo.toml

This file was deleted.

20 changes: 0 additions & 20 deletions src/fri/code/readme.md

This file was deleted.

1 change: 0 additions & 1 deletion src/fri/code/src/lib.rs

This file was deleted.

212 changes: 0 additions & 212 deletions src/fri/code/src/poly.rs

This file was deleted.

2 changes: 1 addition & 1 deletion src/fri/naive.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $$

$p_0$ is the source polynomial. After a round of folding, it results in $p_1$. Then, the final round results in a constant polynomial $p_2$.

To see how this folding algorithm works, please refer to the [code](https://github.com/zksecurity/stark-book/blob/692ce671ca2d06a18fad3d3e12182aefdfd4f8fb/src/fri/code/src/poly.rs#L77).
To see how this folding algorithm works, please refer to the [code](https://github.com/katat/fri/blob/ab5aad54b8fd1e37b881ed7558d6ad22b6911442/src/poly.rs#L77).

These folded polynomials have the following relationship with their source polynomials:

Expand Down

0 comments on commit e0373f8

Please sign in to comment.