-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve backward compatability draft2 #29
Commits on Dec 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 35c815d - Browse repository at this point
Copy the full SHA 35c815dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 731bc10 - Browse repository at this point
Copy the full SHA 731bc10View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1e397f - Browse repository at this point
Copy the full SHA b1e397fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cfe0ae - Browse repository at this point
Copy the full SHA 8cfe0aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54697b2 - Browse repository at this point
Copy the full SHA 54697b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ce262d - Browse repository at this point
Copy the full SHA 4ce262dView commit details -
Add Point::new_from_constant method (#17)
It is now possible to create a Point from a constant. This functionality is required to evaluate the old nullifier. - for non split_notes, nf_old = Extract_P([PRF^{nfOrchard}_{nk}(rho_old) + psi_nf) mod q_P] NullifierK + cm_old) - for split notes, nf_old = Extract_P([PRF^{nfOrchard}_{nk}(rho_old) + psi_nf) mod q_P] NullifierK + cm_old + NullifierL)
Configuration menu - View commit details
-
Copy full SHA for 475f54d - Browse repository at this point
Copy the full SHA 475f54dView commit details -
Optimized short range check on 4 and 5 bits (#21)
Short range checks on 4 and 5 bits are now performed with only one lookup (instead of 2). To do that, we added a column `table_short_range_tag` in the lookup table. This new column `table_short_range_tag` contains the value - 4 for rows used in short range check on 4 bits - 5 for rows used in short range check on 5 bits - 0 for rows used in short range check on 10 bits Disable tests on i686 and code coverage in CI
Configuration menu - View commit details
-
Copy full SHA for 4c3c00b - Browse repository at this point
Copy the full SHA 4c3c00bView commit details -
It is now possible to perform a mux between two points or between two non-identity points. `mux(choice, left, right)` will return `left` when `choice=0` and `right` when `choice=1`. `choice` must be constrained to `{0, 1}` outside the gate. It is no longer needed to expose `from_coordinates_unchecked`.
Configuration menu - View commit details
-
Copy full SHA for f51eebe - Browse repository at this point
Copy the full SHA f51eebeView commit details -
Add functions to evaluate a Sinsemilla hash from an initial private p…
…oint (#22) To share ZEC and ZSA hash computations in Orchard circuit's note commitment evaluation, we need to compute a Sinsemille hash from a private input point.
Configuration menu - View commit details
-
Copy full SHA for cba30b1 - Browse repository at this point
Copy the full SHA cba30b1View commit details
Commits on Dec 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 87464d4 - Browse repository at this point
Copy the full SHA 87464d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d76d231 - Browse repository at this point
Copy the full SHA d76d231View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac7a90d - Browse repository at this point
Copy the full SHA ac7a90dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 622875e - Browse repository at this point
Copy the full SHA 622875eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f436dc - Browse repository at this point
Copy the full SHA 5f436dcView commit details
Commits on Apr 23, 2024
-
YaoGalteland committed
Apr 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 80dfd60 - Browse repository at this point
Copy the full SHA 80dfd60View commit details
Commits on Apr 24, 2024
-
YaoGalteland committed
Apr 24, 2024 Configuration menu - View commit details
-
Copy full SHA for d3a6f42 - Browse repository at this point
Copy the full SHA d3a6f42View commit details -
YaoGalteland committed
Apr 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 86bd33f - Browse repository at this point
Copy the full SHA 86bd33fView commit details
Commits on Apr 25, 2024
-
remove generator table trait, fix hash_to_point
YaoGalteland committedApr 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 989f29b - Browse repository at this point
Copy the full SHA 989f29bView commit details
Commits on Apr 29, 2024
-
YaoGalteland committed
Apr 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 507a53c - Browse repository at this point
Copy the full SHA 507a53cView commit details -
YaoGalteland committed
Apr 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 2e31e97 - Browse repository at this point
Copy the full SHA 2e31e97View commit details -
YaoGalteland committed
Apr 29, 2024 Configuration menu - View commit details
-
Copy full SHA for b02478a - Browse repository at this point
Copy the full SHA b02478aView commit details -
YaoGalteland committed
Apr 29, 2024 Configuration menu - View commit details
-
Copy full SHA for e6d1dbe - Browse repository at this point
Copy the full SHA e6d1dbeView commit details
Commits on Apr 30, 2024
-
re-naming structs and functions
YaoGalteland committedApr 30, 2024 Configuration menu - View commit details
-
Copy full SHA for c324006 - Browse repository at this point
Copy the full SHA c324006View commit details -
YaoGalteland committed
Apr 30, 2024 Configuration menu - View commit details
-
Copy full SHA for af29df4 - Browse repository at this point
Copy the full SHA af29df4View commit details
Commits on May 6, 2024
-
add round trip test to verify that the pinned verification key (repre…
…senting the circuit) is as expected
YaoGalteland committedMay 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 1ea04bb - Browse repository at this point
Copy the full SHA 1ea04bbView commit details -
update serialized_proof_test_case
YaoGalteland committedMay 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 684c13e - Browse repository at this point
Copy the full SHA 684c13eView commit details -
YaoGalteland committed
May 6, 2024 Configuration menu - View commit details
-
Copy full SHA for a25a6ad - Browse repository at this point
Copy the full SHA a25a6adView commit details -
YaoGalteland committed
May 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 42f1b0a - Browse repository at this point
Copy the full SHA 42f1b0aView commit details -
YaoGalteland committed
May 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 2b89fae - Browse repository at this point
Copy the full SHA 2b89faeView commit details -
YaoGalteland committed
May 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 8552c97 - Browse repository at this point
Copy the full SHA 8552c97View commit details
Commits on May 7, 2024
-
YaoGalteland committed
May 7, 2024 Configuration menu - View commit details
-
Copy full SHA for f35cbe9 - Browse repository at this point
Copy the full SHA f35cbe9View commit details