crypto: derive key image generator#10133
Closed
j-berman wants to merge 1 commit intomonero-project:masterfrom
Closed
crypto: derive key image generator#10133j-berman wants to merge 1 commit intomonero-project:masterfrom
j-berman wants to merge 1 commit intomonero-project:masterfrom
Conversation
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.
Contributor
|
I would hold off on this PR until the unbiased hash-to-point details pan out because if they do, then this PR changes too. |
Collaborator
Author
|
I would like to progress toward getting the tree building code reviewed, which this PR would be a necessary pre-req for. I figure this function would become something like |
Collaborator
Author
|
Closing in favor of #10338 |
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
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.
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.
See: https://github.com/kayabaNerve/fcmp-plus-plus-paper/blob/6f01fd3296b17f90b5c97c738cc3320e3369ad49/fcmp%2B%2B.pdf