-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[WIP] carrot_core #9559
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
Open
jeffro256
wants to merge
21
commits into
monero-project:master
Choose a base branch
from
jeffro256:carrot_core
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[WIP] carrot_core #9559
+10,024
−55
Conversation
This file contains hidden or 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
Contributor
Author
|
I'm pretty sure the Debian build error is caused by this GCC bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83258 |
581ba2c to
ba00cd2
Compare
This reverts commit d844269.
Helper function to derive I (the key image generator) used in the
FCMP++ composition. The key image generator enters the FCMP++ tree
as part of an output tuple {output pubkey, key image generator,
commitment}.
Note: key images are x*I, where x is the one-time priv key used
to spend an output.
32-bit machines / windows use a different width for unsigned long
83ae95c to
e00d254
Compare
e00d254 to
2d7f763
Compare
6e38a2a to
21e75e5
Compare
21e75e5 to
1eba4ad
Compare
Contributor
Author
|
Today, I force-pushed two changes:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is to implement all Carrot cryptography, as well as enote creation logic and enote scanning logic. This PR should exclude very Monero-specific integration details. The
carrot_corelibrary is largely meant to be a stand-alone library, and thus only includes headers fromsrc/cryptoandsrc/ringct.https://github.com/jeffro256/carrot/blob/master/carrot.md
Deterministic FCMP++ output rerandomizations to support some refund address schemesLow-dependency payment proposal to enote finalization C interface for hardware walletsPayment proofs to internal enotes which A) allow for burning bug validation and B) don't reveal$s_{vb}$ Depends on #9826, #9827, #9828 , #10108, #10111, #10133