mirror of
https://github.com/arnaucube/phantom-zone.git
synced 2026-01-18 20:01:34 +01:00
fix secret HW and clean a bit
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
@@ -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::*;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user