mirror of
https://github.com/arnaucube/phantom-zone.git
synced 2026-01-18 20:01:34 +01:00
make enc and dec variant specific
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use itertools::Itertools;
|
||||
|
||||
use crate::{
|
||||
bool::keys::{ClientKey, PublicKey},
|
||||
bool::{ClientKey, PublicKey},
|
||||
Decryptor, Encryptor, MultiPartyDecryptor,
|
||||
};
|
||||
|
||||
@@ -97,10 +97,7 @@ mod frontend {
|
||||
eight_bit_mul,
|
||||
};
|
||||
use crate::{
|
||||
bool::{
|
||||
evaluator::{self, BoolEvaluator, BooleanGates},
|
||||
keys::{ServerKeyEvaluationDomain, ShoupServerKeyEvaluationDomain},
|
||||
},
|
||||
bool::evaluator::{BoolEvaluator, BooleanGates},
|
||||
utils::{Global, WithLocal},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user