Merged
Conversation
Contributor
Author
587f3f3 to
909ecf4
Compare
947a864 to
4435b30
Compare
909ecf4 to
72781e1
Compare
4435b30 to
e1e9e42
Compare
5a7f73b to
16efbda
Compare
e1e9e42 to
253826d
Compare
16efbda to
1fad06a
Compare
8926ba0 to
bc1c219
Compare
1fad06a to
f6c3749
Compare
bc1c219 to
7a9f38c
Compare
f6c3749 to
64a1c8c
Compare
82c6a3e to
3bd8c51
Compare
64a1c8c to
8311c65
Compare
3bd8c51 to
ae693bb
Compare
4ca53d3 to
3d7771e
Compare
ae693bb to
d611877
Compare
3d7771e to
a8bd72f
Compare
90b9f43 to
a07e5db
Compare
a07e5db to
d5ca596
Compare
f6e4e0f to
7c33d2a
Compare
d5ca596 to
d1dfc29
Compare
7c33d2a to
9ffbb33
Compare
Closed
90d3390 to
58bfcdc
Compare
Base automatically changed from
ek/feat/new-note-tagging-scheme-implementation/use-address-book-in-recipient-tag-calculation
to
master
November 1, 2024 10:46
f88a873 to
691a04d
Compare
691a04d to
abcc971
Compare
TomAFrench
added a commit
that referenced
this pull request
Nov 4, 2024
* master: (81 commits) feat: Encode static error strings in the ABI (#9552) chore: redo typo PR by donatik27 (#9693) chore: update install instructions for foundry to display version of rust to install (#9653) chore: disable bench upload until #9692 fix: earthly-ci in bench-e2e (#9689) chore: redo typo PR by cypherpepe (#9687) chore: redo typo PR by youyyytrok (#9686) chore: redo typo PR by mdqst (#9685) chore: redo typo PR by mdqst (#9684) feat: adding tags to encrypted logs (#9566) fix: enable gerousia e2e test (#9677) git subrepo push --branch=master noir-projects/aztec-nr git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] chore: replace relative paths to noir-protocol-circuits git subrepo push --branch=master barretenberg chore: redo typo PR by dsarfed (#9667) fix: bench e2e jobs (#9662) fix: Fix random for Mac users (#9670) feat: Graph methods for circuit analysis (part 1) (#7948) feat: Faster random sampling (#9655) ...
TomAFrench
added a commit
that referenced
this pull request
Nov 4, 2024
* master: (83 commits) fix: update solhint (#9399) chore: redo typo PR by leopardracer (#9705) feat: Encode static error strings in the ABI (#9552) chore: redo typo PR by donatik27 (#9693) chore: update install instructions for foundry to display version of rust to install (#9653) chore: disable bench upload until #9692 fix: earthly-ci in bench-e2e (#9689) chore: redo typo PR by cypherpepe (#9687) chore: redo typo PR by youyyytrok (#9686) chore: redo typo PR by mdqst (#9685) chore: redo typo PR by mdqst (#9684) feat: adding tags to encrypted logs (#9566) fix: enable gerousia e2e test (#9677) git subrepo push --branch=master noir-projects/aztec-nr git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] chore: replace relative paths to noir-protocol-circuits git subrepo push --branch=master barretenberg chore: redo typo PR by dsarfed (#9667) fix: bench e2e jobs (#9662) fix: Fix random for Mac users (#9670) ...
This was referenced Nov 5, 2024
nventuro
added a commit
that referenced
this pull request
Nov 6, 2024
I added some small safety comments to the oracles in #9566, and moved the tag computation over to an unconstrained helper: since the tag secret itself is unconstrained, there is no point in constraining the computation of the tag itself, and we might as well inject the final value directly.
AztecBot
pushed a commit
to AztecProtocol/aztec-nr
that referenced
this pull request
Nov 7, 2024
I added some small safety comments to the oracles in AztecProtocol/aztec-packages#9566, and moved the tag computation over to an unconstrained helper: since the tag secret itself is unconstrained, there is no point in constraining the computation of the tag itself, and we might as well inject the final value directly.
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.

This PR adds tags to encoded and encrypted notes. the encrypted log now populates the tag field.
Also this adds a function to
IndexedTaggingSecretin both ts and nr that computes the tag from the required information.