-
Notifications
You must be signed in to change notification settings - Fork 106
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
Notes, commitments, nullifiers, etc #596
Merged
Merged
Conversation
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 comment has been minimized.
This comment has been minimized.
dconnolly
reviewed
Jul 8, 2020
dconnolly
force-pushed
the
sprout-note-commitment
branch
from
July 9, 2020 08:20
0999314
to
4f63733
Compare
dconnolly
changed the title
Start work implementing sprout note commitment function
Notes, note commitments, note commitment trees, nullifiers
Jul 9, 2020
dconnolly
force-pushed
the
sprout-note-commitment
branch
from
July 9, 2020 19:42
4f63733
to
90e9133
Compare
dconnolly
reviewed
Jul 9, 2020
6 tasks
dconnolly
force-pushed
the
sprout-note-commitment
branch
from
July 10, 2020 20:43
5b64907
to
b93ccad
Compare
dconnolly
changed the title
Notes, note commitments, note commitment trees, nullifiers
[WIP] Notes, note commitments, note commitment trees, nullifiers
Jul 14, 2020
dconnolly
force-pushed
the
sprout-note-commitment
branch
from
July 23, 2020 08:49
f309b00
to
d34c52f
Compare
This was
linked to
issues
Jul 23, 2020
Merged
dconnolly
force-pushed
the
sprout-note-commitment
branch
from
July 24, 2020 22:44
87e8d6e
to
b610a80
Compare
I want to get more tests in here but this is basically ready for review, and I've touched a lot of files so better to get started. 😅 |
dconnolly
changed the title
[WIP] Notes, note commitments, note commitment trees, nullifiers
Notes, commitments, nullifiers, etc
Jul 25, 2020
This was
linked to
issues
Jul 28, 2020
dconnolly
force-pushed
the
sprout-note-commitment
branch
from
July 28, 2020 08:02
aa7d4ff
to
940b351
Compare
…fer serialization And thus remove duplicative Zcash(De)Serialization impls
Co-authored-by: Henry de Valence <hdevalence@hdevalence.ca>
dconnolly
force-pushed
the
sprout-note-commitment
branch
3 times, most recently
from
August 14, 2020 05:33
cde3d5b
to
d97208b
Compare
…yte form in Pedersen tests Keeps the librustzcash test vectors with their big-endian byte order as comments, for greppability.
dconnolly
force-pushed
the
sprout-note-commitment
branch
from
August 14, 2020 05:38
d97208b
to
4e4e468
Compare
dconnolly
approved these changes
Aug 14, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Huge chunk of implementation work on Sprout and Sapling cryptography.
Closes #123
Closes #273
Closes #274
Closes #275
Closes #279
Closes #329
Closes #330
Closes #334
TODO:
Scalar::unwrap()
AffinePoint
as anEphemeralPublicKey
so we can return aResult
instead of doing anunwrap
- [ ] Make all types that wrap anpunted for now, lots ofAffinePoint
to wrap [u8; 32] that is the canonical byte encoding of Jubjub affine pointsTryFrom
s andResult
s downstreamsprout::NoteTreeRootHash
asanchor