Skip to content

Commit

Permalink
Merge pull request #1446 from akoshelev/sharded-query-finalize
Browse files Browse the repository at this point in the history
Finalizer protocol for sharded executions
  • Loading branch information
akoshelev authored Nov 23, 2024
2 parents 0cbc5de + 0622515 commit b64c9f0
Show file tree
Hide file tree
Showing 3 changed files with 463 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ipa-core/src/protocol/basics/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ mod if_else;
pub(crate) mod mul;
mod reshare;
mod reveal;
#[allow(dead_code)]
mod shard_fin;
mod share_known_value;
pub mod share_validation;
pub mod step;
Expand Down
Loading

0 comments on commit b64c9f0

Please sign in to comment.