fix secret HW and clean a bit

This commit is contained in:
Janmajaya Mall
2024-06-20 09:49:28 +05:30
parent 3236fccd7e
commit 1bfb6dc7a5
10 changed files with 88 additions and 213 deletions

View File

@@ -3,7 +3,7 @@ use itertools::Itertools;
use crate::{
bool::BoolEvaluator,
random::{DefaultSecureRng, RandomFillUniformInModulus},
utils::{TryConvertFrom1, WithLocal},
utils::WithLocal,
Decryptor, Encryptor, KeySwitchWithId, Matrix, MatrixEntity, MatrixMut, MultiPartyDecryptor,
RowMut, SampleExtractor,
};

View File

@@ -205,16 +205,3 @@ mod frontend {
}
}
}
#[cfg(test)]
mod tests {
use itertools::Itertools;
use num_traits::Euclid;
use crate::{
bool::set_parameter_set, shortint::enc_dec::FheUint8, utils::WithLocal, Decryptor,
Encryptor, MultiPartyDecryptor,
};
use super::*;
}