forked from risc0/risc0
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Goldilocks implementation in Rust (risc0#250)
* including Goldilocks * Adding Goldilocks field * simplifying test for native operations * Update risc0/zkp/rust/src/field/goldilocks.rs Co-authored-by: Frank Laub <[email protected]> * Update risc0/zkp/rust/src/field/goldilocks.rs Co-authored-by: Tim Zerrell <[email protected]> * Update risc0/zkp/rust/src/field/goldilocks.rs Co-authored-by: Tim Zerrell <[email protected]> * updated Goldilocks with suggested changes * updating comments in and * Update risc0/zkp/rust/src/field/goldilocks.rs Co-authored-by: Frank Laub <[email protected]> * Update risc0/zkp/rust/src/field/goldilocks.rs Co-authored-by: Frank Laub <[email protected]> * adding comment to explain Goldilocks field calculation * Update risc0/zkp/rust/src/field/baby_bear.rs Co-authored-by: Tim Zerrell <[email protected]> * Update risc0/zkp/rust/src/field/goldilocks.rs Co-authored-by: Tim Zerrell <[email protected]> * Update risc0/zkp/rust/src/field/goldilocks.rs Co-authored-by: Tim Zerrell <[email protected]> * Update risc0/zkp/rust/src/field/goldilocks.rs Co-authored-by: Frank Laub <[email protected]> * Update risc0/zkp/rust/src/field/goldilocks.rs Co-authored-by: Frank Laub <[email protected]> * Update risc0/zkp/rust/src/field/goldilocks.rs Co-authored-by: Tim Zerrell <[email protected]> * documentation for fields * adding descriptions for Elem, ExtElem, and RootsOfUnity * giving tests more descriptive names Co-authored-by: 3lkn <[email protected]> Co-authored-by: Frank Laub <[email protected]> Co-authored-by: Tim Zerrell <[email protected]>
- Loading branch information
1 parent
62db8c8
commit 3f2c728
Showing
3 changed files
with
826 additions
and
44 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
Oops, something went wrong.