Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
carlomazzaferro committed Sep 20, 2024
1 parent aaf9cdd commit cf232a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iris-mpc-upgrade/src/bin/tcp_upgrade_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use clap::Parser;
use eyre::{Context, ContextCompat};
use futures::{Stream, StreamExt};
use futures_concurrency::future::Join;
use indicatif::{ProgressBar, ProgressStyle};
use iris_mpc_common::{
galois_engine::degree4::{GaloisRingIrisCodeShare, GaloisRingTrimmedMaskCodeShare},
IRIS_CODE_LENGTH,
Expand Down

0 comments on commit cf232a5

Please sign in to comment.