Skip to content

Commit

Permalink
Merge pull request #827 from private-attribution/stream_oprf_ipa
Browse files Browse the repository at this point in the history
Stream oprf ipa
  • Loading branch information
benjaminsavage authored Nov 6, 2023
2 parents c9f3d58 + 04b348c commit aab1a27
Show file tree
Hide file tree
Showing 7 changed files with 605 additions and 780 deletions.
4 changes: 2 additions & 2 deletions src/protocol/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ pub use basics::BasicProtocols;

use crate::{
error::Error,
ff::{Gf20Bit, Gf3Bit, Gf40Bit, Gf8Bit},
ff::{Gf32Bit, Gf3Bit, Gf40Bit, Gf8Bit},
};

pub type MatchKey = Gf40Bit;
pub type BreakdownKey = Gf8Bit;
pub type TriggerValue = Gf3Bit;
pub type Timestamp = Gf20Bit;
pub type Timestamp = Gf32Bit;

/// Unique identifier of the MPC query requested by report collectors
/// TODO(615): Generating this unique id may be tricky as it may involve communication between helpers and
Expand Down
Loading

0 comments on commit aab1a27

Please sign in to comment.