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.
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
[POC] Secure channel abstraction #11
base: trusted-aggr-stash
Are you sure you want to change the base?
[POC] Secure channel abstraction #11
Changes from 15 commits
8e63a53
779696f
758b5f1
f256b35
0aebe44
b2c8218
9564eda
1358972
98631a3
aa6c128
4f00d28
9c99865
095519a
f779c6b
a16a4a8
9c16c9f
78a59e0
4236f3c
813fbd7
a913bde
a8c4504
30202bd
38fdef8
c6e98be
930fad9
1355408
d8a4106
bce9596
e6e62e2
ec2dd90
07404a9
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is
value
here? how does it relate to the return value ofreceive
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
value is list of
EagerValues
and it was returning aFederatingExecutorValue
. I changed it to return a list ofEagerValues
.I have the same pb with
_encrypt_values_on_sender
. However not sure yet, how to keep this Federatedtype check (if needed) if I return a list of EagerValues after encryption.