-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stark: Prover and Verifier over field extensions v3 (#724)
* wip * cast to fieldextension * fmt * clippy * fmt * fix parallel * prover with generic air argument * verifier with generic argument * clippy, fmt * wip, prover refactor * wip * fix stone serialization * add safe scope for unwraps * minor refactor * clippy, fmt * remove commented code. Fix typo in docs * fix compilation error * fmt * fix parallel * remove unnecessary trait bound * fix wasm * fix wasm * change wasm proof bytes * fix number of bytes * fix wasm proof * fix number of bytes * wip * wip, compiles * wip * wip. valid proofs * fix trace ood element send order * fix adapter * clippy * clippy * clippy * fmt * remove unnecessary methods * rename * minor refactor. Avoid clone * minor refactor * add docstrings * fix parallel * add docstrings * clippy * fix test * fix debug assert
- Loading branch information
Showing
21 changed files
with
965 additions
and
617 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.