From 2918281f3ec65fac6ae8cfa8a57a46bfa53b247b Mon Sep 17 00:00:00 2001 From: Ertugrul Aypek Date: Thu, 9 Jan 2025 20:33:29 +0100 Subject: [PATCH] remove leftover change on loading from db --- iris-mpc-gpu/src/dot/share_db.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iris-mpc-gpu/src/dot/share_db.rs b/iris-mpc-gpu/src/dot/share_db.rs index 17ef8213c..7f091ea7d 100644 --- a/iris-mpc-gpu/src/dot/share_db.rs +++ b/iris-mpc-gpu/src/dot/share_db.rs @@ -313,7 +313,7 @@ impl ShareDB { let a0_host = record .iter() - .map(|&x: &u16| ((x >> 8) as i32 - 128) as i8) + .map(|&x| ((x as i8) as i32 - 128) as i8) .collect::>(); let a1_host = record