Skip to content
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

Real world test #822

Merged
merged 8 commits into from
Oct 31, 2023
Merged

Conversation

richajaindce
Copy link
Contributor

No description provided.

Copy link
Collaborator

@benjaminsavage benjaminsavage left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks pretty good! Just a few minor nits.

src/query/runner/oprf_ipa.rs Show resolved Hide resolved
src/query/runner/oprf_ipa.rs Outdated Show resolved Hide resolved
let sz = usize::from(query_size);

let input = if config.plaintext_match_keys {
let mut v = assert_stream_send(RecordsStream::<
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we absolutely need this "assert_stream_send" call? Can you try to remove that and see if it compiles?

src/query/runner/oprf_ipa.rs Outdated Show resolved Hide resolved
output.txt Outdated Show resolved Hide resolved
@@ -24,6 +24,11 @@ pub enum IpaSecurityModel {
Malicious,
}

pub enum IpaQueryStyle {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so many types of ipa queries...

do_processing::<F>(inputs, query_size, clients, query_id, query_config).await
}

pub async fn do_processing<F>(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's select a better name =)

@benjaminsavage benjaminsavage merged commit b4760d9 into private-attribution:main Oct 31, 2023
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants