This website requires JavaScript.
Explore
Help
Sign In
logos-storage
/
plonky2
Watch
1
Star
0
Fork
0
You've already forked plonky2
mirror of
https://github.com/logos-storage/plonky2.git
synced
2026-01-09 09:13:09 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
plonky2
/
src
/
polynomial
/
mod.rs
4 lines
65 B
Rust
Raw
Normal View
History
Unescape
Escape
FRI on coset
2021-04-30 15:07:54 +02:00
pub
mod
commitment
;
Refactor polynomial code
2021-03-30 13:30:31 -07:00
pub
(
crate
)
mod
division
;
Split main into multiple binaries ... and other minor refactoring. `bench_recursion` will be the default bin run by `cargo run`; the otheres can be selected with the `--bin` flag. We could probably delete some of the other binaries later. E.g. `field_search` might not be useful any more. `bench_fft` should maybe be converted to a benchmark (although there are some pros and cons, e.g. the bench framework has a minimum number of runs, and isn't helpful in testing multi-core performance).
2021-04-06 13:14:59 -07:00
pub
mod
polynomial
;
Reference in New Issue
Copy Permalink