-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP continuing fiat-shamir (step 20) * Upto step 20 implemented * Upto step 22 * Upto step 28 * Added tests * Fix build errors * Small fix * Finished fiatshamir, except from some details * Build fixes * Fix errors * Partially implemented PolishToken * Implemented cell variant in evaluate * Fix srs * Format verifier_circuit_tests * Ignore inv test * Fixed scalar and polycomm tests * Added extended euclidean for scalar inverse * WIP updating VerifierIndex deser * WIP * WIP VerifierIndex serde * Finished VerifierIndex serde * Added ft_eval1 field to proof serde * Fix absorbScalars() * Fixed powers of alpha * Fix alphas * Finished fiat-shamir * Fmt and tidy up rust crate * Fix clippy * Added 4th step * Update kimchi branch * Fix clippy * Added step 5 * Added serialization of newly added data * Added step 6 * Revert "Added step 6" This reverts commit 98a596d. * Added step 6 * Fixed step 6 * WIP step 7 * Finished step 7
- Loading branch information
Showing
9 changed files
with
472 additions
and
157 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export const range = (n: number) => Array.from({ length: n }, (value, key) => key); |
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.